update footer and package version for next release

This commit is contained in:
ansuz 2020-03-02 12:48:10 -05:00
parent e633f3b445
commit 57eb61aa17
3 changed files with 5 additions and 3 deletions

View file

@ -107,7 +107,7 @@ define([
])*/
])
]),
h('div.cp-version-footer', "CryptPad v3.12.0 (Megaloceros)")
h('div.cp-version-footer', "CryptPad v3.13.0 (NorthernWhiteRhino)")
]);
};

4
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "cryptpad",
"version": "3.12.0",
"version": "3.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -114,6 +114,8 @@
},
"chainpad-server": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/chainpad-server/-/chainpad-server-4.0.3.tgz",
"integrity": "sha512-lTYd5Nk8iCm/2nrA6lQIbxEhw4OraBMxa6+7YQXZZlMI290Cpzna41hs63aXbwT+UR9llS5C9U6yLqVrlm7MCQ==",
"requires": {
"nthen": "0.1.8",
"pull-stream": "^3.6.9",

View file

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