bump footer and package.json version string

This commit is contained in:
ansuz 2017-09-05 15:29:28 +02:00
parent c790442736
commit 77bbb3add4
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ define([
]) ])
]) ])
]), ]),
h('div.cp-version-footer', "CryptPad v1.14.0 (Ouroboros)") h('div.cp-version-footer', "CryptPad v1.15.0 (Poukai)")
]); ]);
}; };

View File

@ -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.14.0", "version": "1.15.0",
"dependencies": { "dependencies": {
"chainpad-server": "^1.0.1", "chainpad-server": "^1.0.1",
"express": "~4.10.1", "express": "~4.10.1",