mirror of https://github.com/xwiki-labs/cryptpad
bump to latest version
This commit is contained in:
parent
99d39514a2
commit
a458d7fa46
|
@ -112,7 +112,7 @@ $(function () {
|
|||
])
|
||||
])
|
||||
]),
|
||||
h('div.version-footer', "CryptPad v1.11.0 (Lutin)")
|
||||
h('div.version-footer', "CryptPad v1.12.0 (Minotaur)")
|
||||
]));
|
||||
|
||||
var pathname = location.pathname;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cryptpad",
|
||||
"description": "realtime collaborative visual editor with zero knowlege server",
|
||||
"version": "1.11.0",
|
||||
"version": "1.12.0",
|
||||
"dependencies": {
|
||||
"chainpad-server": "^1.0.1",
|
||||
"express": "~4.10.1",
|
||||
|
|
Loading…
Reference in New Issue