Преглед изворни кода

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