mirror of https://github.com/xwiki-labs/cryptpad
bump CryptPad version
This commit is contained in:
parent
9615c3a411
commit
127f30df72
|
@ -71,7 +71,7 @@ define([
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
h('div.cp-version-footer', "CryptPad v1.21.0 (Vampire)")
|
h('div.cp-version-footer', "CryptPad v1.22.0 (Wendigo)")
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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": "1.21.0",
|
"version": "1.22.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chainpad-server": "^1.0.1",
|
"chainpad-server": "^1.0.1",
|
||||||
"express": "~4.10.1",
|
"express": "~4.10.1",
|
||||||
|
|
Loading…
Reference in New Issue