incrementing version

This commit is contained in:
El RIDO 2025-07-28 09:34:48 +02:00
parent aa75af9f40
commit 6003f52dba
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
8 changed files with 24 additions and 16 deletions

4
js/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "privatebin",
"version": "1.7.8",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "privatebin",
"version": "1.7.8",
"version": "2.0.0",
"license": "zlib-acknowledgement",
"devDependencies": {
"@peculiar/webcrypto": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "privatebin",
"version": "1.7.8",
"version": "2.0.0",
"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of stored data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).",
"main": "privatebin.js",
"directories": {