mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-08 17:35:18 -04:00
incrementing version
This commit is contained in:
parent
1eee8032c7
commit
a3ee624d3a
36 changed files with 39 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "privatebin",
|
||||
"version": "1.6.2",
|
||||
"version": "1.7.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": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @see {@link https://github.com/PrivateBin/PrivateBin}
|
||||
* @copyright 2012 Sébastien SAUVAGE ({@link http://sebsauvage.net})
|
||||
* @license {@link https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License}
|
||||
* @version 1.6.2
|
||||
* @version 1.7.0
|
||||
* @name PrivateBin
|
||||
* @namespace
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue