summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-02 02:11:27 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-02 02:11:27 +0200
commitba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2 (patch)
treef375d5237f0040b881afe649d8a370dedbf55efb
parent6eef4043ca6ed94f42abed7900a7289a7e084364 (diff)
downloadwekan-0.54.tar.gz
wekan-0.54.tar.bz2
wekan-0.54.zip
v0.54v0.54
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e136f12..52f30b00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.54 2017-11-02 Wekan release
This release adds the following new features:
@@ -6,6 +6,10 @@ This release adds the following new features:
Thanks to GitHub users amadilsons and xet7 for their contributions.
+# v0.53 2017-11-02 Wekan release
+
+(This was canceled, it had some missing version numbers).
+
# v0.52 2017-10-31 Wekan release
This release adds the following new features:
diff --git a/package.json b/package.json
index 271d4808..d643fbfb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.52.0",
+ "version": "0.54.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 467fcb2d..d3b7b2c6 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 39,
+ appVersion = 40,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.52.0~2017-10-31"),
+ appMarketingVersion = (defaultText = "0.54.0~2017-11-02"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,