summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-02-08 13:45:09 +0200
committerLauri Ojansivu <x@xet7.org>2018-02-08 13:45:09 +0200
commitedc2459ff85106ce21465467a64f53ac721ce5b4 (patch)
tree14fd177b8bc4f014ea92036710fb697728f59b5c
parent36a2aa355e41a8887a66c94695a4e078b026f9aa (diff)
downloadwekan-0.73.tar.gz
wekan-0.73.tar.bz2
wekan-0.73.zip
v0.73v0.73
-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 ab40cad7..fcf20b77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.73 2018-02-08 Wekan release
This release fixes the following bugs:
diff --git a/package.json b/package.json
index f88010ba..dc20ce14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.72.0",
+ "version": "0.73.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 75a2cbc2..3849d9e3 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 = 57,
+ appVersion = 58,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.72.0~2018-02-07"),
+ appMarketingVersion = (defaultText = "0.73.0~2018-02-08"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,