fixing npm package version number

pull/478/head
El RIDO 2019-07-27 08:11:29 +02:00
parent 847c9e7355
commit d63a0d10d3
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

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