Przeglądaj źródła

fixing npm package version number

El RIDO 7 lat temu
rodzic
commit
d63a0d10d3
1 zmienionych plików z 1 dodań i 1 usunięć
  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": {