From 4e534a804ea52502374daeb03d0f610d818f4355 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Mon, 16 Feb 2015 17:13:00 -0500 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { -- 2.39.2