incrementing version

This commit is contained in:
El RIDO 2023-07-09 08:44:22 +02:00
parent 6c2d7431fe
commit 01afe7d481
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
37 changed files with 42 additions and 39 deletions

View file

@ -1,6 +1,6 @@
{
"name": "privatebin",
"version": "1.5.1",
"version": "1.5.2",
"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": {

View file

@ -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.5.1
* @version 1.5.2
* @name PrivateBin
* @namespace
*/