summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-02-16 17:13:00 -0500
committerSolly Ross <sross@redhat.com>2015-02-16 17:13:00 -0500
commit4e534a804ea52502374daeb03d0f610d818f4355 (patch)
tree10be82b40a8e3e49dc07898091266f90c11f33f0 /package.json
parentf675e03cccc5ac6a7f68e992331403ba557b0452 (diff)
downloadnovnc-4e534a804ea52502374daeb03d0f610d818f4355.tar.gz
Update package.json to specify version 0.5.1
The current noVNC release is 0.5.1, but package.json still says version 0.5.0. This fixes that. Fixes #441
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 63c2666..ddd2558 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "noVNC",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "An HTML5 VNC client",
"main": "karma.conf.js",
"directories": {