瀏覽代碼

fixing npm package version number

El RIDO 7 年之前
父節點
當前提交
d63a0d10d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/package.json

+ 1 - 1
js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "privatebin",
-  "version": "1.3",
+  "version": "1.3.0",
   "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).",
   "main": "privatebin.js",
   "directories": {