ソースを参照

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
Solly Ross 10 年 前
コミット
4e534a804e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package.json

+ 1 - 1
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": {