summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-09-30 20:29:41 +0300
committerLauri Ojansivu <x@xet7.org>2017-09-30 20:29:41 +0300
commite6a866cb9ef8253c6d59ce7b1deafb5edb1f5180 (patch)
treea22eb26ed2ddb203d0ff8bc4718b25d7880423f2
parent8680d7727b306ad18a0c46743459dead9ef87d7a (diff)
downloadwekan-e6a866cb9ef8253c6d59ce7b1deafb5edb1f5180.tar.gz
wekan-e6a866cb9ef8253c6d59ce7b1deafb5edb1f5180.tar.bz2
wekan-e6a866cb9ef8253c6d59ce7b1deafb5edb1f5180.zip
v0.44v0.44
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be693d2e..4cc9a2af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.44 2017-09-30 Wekan release
This release adds the following new features:
@@ -8,7 +8,7 @@ and fixes the following bugs:
* [Fix errors when importing from Trello](https://github.com/wekan/wekan/pull/1259).
-Thanks to GitHub users amadilsons and GhassenRjab for contributions.
+Thanks to GitHub users amadilsons and GhassenRjab for their contributions.
# v0.43 2017-09-25 Wekan release
diff --git a/package.json b/package.json
index 0cad0e28..3b25e182 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.43.0",
+ "version": "0.44.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 07f1c8ef..0d7aa843 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 = 30,
+ appVersion = 31,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.43.0~2017-09-25"),
+ appMarketingVersion = (defaultText = "0.44.0~2017-09-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,