Browse Source

update minor version and codename

master
ansuz 9 months ago
parent
commit
9ef755c07b
3 changed files with 3 additions and 3 deletions
  1. 2
      customize.dist/pages.js
  2. 2
      package-lock.json
  3. 2
      package.json

2
customize.dist/pages.js

@ -107,7 +107,7 @@ define([
])*/
])
]),
h('div.cp-version-footer', "CryptPad v3.14.0 (OrienteCaveRat)")
h('div.cp-version-footer', "CryptPad v3.15.0 (PigFootedBandicoot)")
]);
};

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "cryptpad",
"version": "3.14.0",
"version": "3.15.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "3.14.0",
"version": "3.15.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",

Loading…
Cancel
Save