summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2017-10-04 15:03:26 -0400
committerSolly Ross <sross@redhat.com>2017-10-04 15:36:06 -0400
commit458d4e6724a99c6c494d6743725a81ac62d6373f (patch)
tree6866eaafb341b8ea992686dc24f5ca78172bbdc3
parent10ab92e1ff0ad8cf4855811e9c9ccbaf87190444 (diff)
downloadnovnc-infra/publish.tar.gz
[release] v1.0.0-testing.2v1.0.0-testing.2infra/publish
v1.0.0-testing.2 is the "make sure all of our autopublishing works properly" release. Assuming everything goes well, it should shortly be followed by v1.0.0 proper.
-rw-r--r--docs/VERSION2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/VERSION b/docs/VERSION
index ee6cdce..323d4f3 100644
--- a/docs/VERSION
+++ b/docs/VERSION
@@ -1 +1 @@
-0.6.1
+1.0.0-testing.2
diff --git a/package.json b/package.json
index 52d9137..c81f13c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@novnc/novnc",
- "version": "0.6.1",
+ "version": "1.0.0-testing.2",
"description": "An HTML5 VNC client",
"directories": {
"doc": "docs",