From 458d4e6724a99c6c494d6743725a81ac62d6373f Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Wed, 4 Oct 2017 15:03:26 -0400 Subject: [PATCH] [release] v1.0.0-testing.2 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. --- docs/VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/VERSION b/docs/VERSION index ee6cdce3..323d4f31 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 52d9137a..c81f13c5 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",