mirror of https://github.com/xwiki-labs/cryptpad
update footer and package.json version
This commit is contained in:
parent
037a6ccc35
commit
11fabea327
|
@ -72,7 +72,7 @@ define([
|
|||
])
|
||||
])
|
||||
]),
|
||||
h('div.cp-version-footer', "CryptPad v1.25.0 (Zombie)")
|
||||
h('div.cp-version-footer', "CryptPad v1.26.0 (undefined)")
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cryptpad",
|
||||
"description": "realtime collaborative visual editor with zero knowlege server",
|
||||
"version": "1.25.0",
|
||||
"version": "1.26.0",
|
||||
"dependencies": {
|
||||
"chainpad-server": "^2.0.0",
|
||||
"express": "~4.10.1",
|
||||
|
|
Loading…
Reference in New Issue