diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-02 02:11:27 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-02 02:11:27 +0200 |
commit | ba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2 (patch) | |
tree | f375d5237f0040b881afe649d8a370dedbf55efb | |
parent | 6eef4043ca6ed94f42abed7900a7289a7e084364 (diff) | |
download | wekan-ba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2.tar.gz wekan-ba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2.tar.bz2 wekan-ba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2.zip |
v0.54v0.54
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
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, |