Skip to content

Commit 187b463

Browse files
committed
v1.64
1 parent ce2b8a8 commit 187b463

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.64 2018-20-24 Wekan release
2+
3+
- Update translations.
4+
15
# v1.63 2018-10-24 Wekan release
26

37
This release adds the following new features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wekan",
3-
"version": "v1.63.0",
3+
"version": "v1.64.0",
44
"description": "The open-source kanban",
55
"private": true,
66
"scripts": {

sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
2222
appTitle = (defaultText = "Wekan"),
2323
# The name of the app as it is displayed to the user.
2424

25-
appVersion = 164,
25+
appVersion = 165,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "1.63.0~2018-10-24"),
28+
appMarketingVersion = (defaultText = "1.64.0~2018-10-24"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

0 commit comments

Comments
 (0)