summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-08-30 01:05:41 +0300
committerLauri Ojansivu <x@xet7.org>2017-08-30 01:05:41 +0300
commitddc21046b9385ac5ce5bbb9a773484fcd056d10c (patch)
treef8e902c7a90972032f14c4b1d1f70cd82fa875d4
parent51206cb108b92eec80e35610ef88551fe8a43feb (diff)
downloadwekan-ddc21046b9385ac5ce5bbb9a773484fcd056d10c.tar.gz
wekan-ddc21046b9385ac5ce5bbb9a773484fcd056d10c.tar.bz2
wekan-ddc21046b9385ac5ce5bbb9a773484fcd056d10c.zip
v0.34v0.34
-rw-r--r--CHANGELOG.md2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cdf4215..3c2896a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.34 2017-08-30 Wekan release
This release adds the following new features:
diff --git a/package.json b/package.json
index cbe18162..2c4f79a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.33.0",
+ "version": "0.34.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index c2250fe5..32ee8c5f 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 = 20,
+ appVersion = 21,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.33.0~2017-08-29"),
+ appMarketingVersion = (defaultText = "0.34.0~2017-08-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,