mirror of https://github.com/xwiki-labs/cryptpad
bump version to 2.9.0 in footer and package.json
This commit is contained in:
parent
c5c6dc8223
commit
67d1347bd8
|
@ -94,7 +94,7 @@ define([
|
|||
])
|
||||
])
|
||||
]),
|
||||
h('div.cp-version-footer', "CryptPad v2.8.0 (Ibis)")
|
||||
h('div.cp-version-footer', "CryptPad v2.9.0 (Jerboa)")
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cryptpad",
|
||||
"description": "realtime collaborative visual editor with zero knowlege server",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"license": "AGPL-3.0+",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue