Merge pull request #1530 from cryptpad/upgrade-cryptpad-version-npm

upgrade CryptPad version in package.json, update description as well
This commit is contained in:
mathilde-cryptpad 2024-06-25 12:20:11 +02:00 committed by GitHub
commit a87edcaf69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cryptpad",
"version": "2024.3.1",
"name": "CryptPad",
"version": "2024.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cryptpad",
"version": "2024.3.1",
"name": "CryptPad",
"version": "2024.6.0",
"license": "AGPL-3.0+",
"dependencies": {
"@mcrowe/minibloom": "^0.2.0",

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowledge server",
"version": "2024.3.1",
"name": "CryptPad",
"description": "a collaborative office suite that is end-to-end encrypted and open-source",
"version": "2024.6.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",