summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-03 10:41:33 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-03 10:41:33 +0200
commit53ed1f1a2ca9bd9646e44ac449c6f0787edfa1b1 (patch)
treeb32a20d054567963db724286498d911e2b52089f
parent22a09f3e7d29b96f1c0393b4709cc9cccff97884 (diff)
downloadwekan-1.67.tar.gz
wekan-1.67.tar.bz2
wekan-1.67.zip
v1.67v1.67
-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 7cb8f09e..304b6fa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.67 2018-11-03 Upcoming Wekan release
This release adds the following new features to all Wekan platforms:
diff --git a/package.json b/package.json
index e7a7bf86..58a6c55d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.66.0",
+ "version": "v1.67.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index e95691e6..469e5115 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 = 169,
+ appVersion = 170,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.66.0~2018-10-31"),
+ appMarketingVersion = (defaultText = "1.67.0~2018-11-03"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,