mirror of https://github.com/xwiki-labs/cryptpad
update version string for 3.21.0 (VietnameseRhinoceros)
This commit is contained in:
parent
21a0b1cc57
commit
b6cb0cb17e
|
@ -62,7 +62,7 @@ define([
|
||||||
var imprintUrl = AppConfig.imprint && (typeof(AppConfig.imprint) === "boolean" ?
|
var imprintUrl = AppConfig.imprint && (typeof(AppConfig.imprint) === "boolean" ?
|
||||||
'/imprint.html' : AppConfig.imprint);
|
'/imprint.html' : AppConfig.imprint);
|
||||||
|
|
||||||
Pages.versionString = "CryptPad v3.20.1 (UplandMoa's revenge)";
|
Pages.versionString = "CryptPad v3.21.0 (VietnameseRhinoceros)";
|
||||||
|
|
||||||
// used for the about menu
|
// used for the about menu
|
||||||
Pages.imprintLink = AppConfig.imprint ? footLink(imprintUrl, 'imprint') : undefined;
|
Pages.imprintLink = AppConfig.imprint ? footLink(imprintUrl, 'imprint') : undefined;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cryptpad",
|
"name": "cryptpad",
|
||||||
"version": "3.20.1",
|
"version": "3.21.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "cryptpad",
|
"name": "cryptpad",
|
||||||
"description": "realtime collaborative visual editor with zero knowlege server",
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
||||||
"version": "3.20.1",
|
"version": "3.21.0",
|
||||||
"license": "AGPL-3.0+",
|
"license": "AGPL-3.0+",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue