diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-02-01 16:47:14 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-02-01 16:47:14 +0200 |
commit | d94f11c7786a48112bd9b024ef7794091b74bb40 (patch) | |
tree | ed6890f993cdf351038db43857d2288fc6df6b47 | |
parent | fcd5fda7516698238e24c77db0d01a0e1472974d (diff) | |
download | wekan-d94f11c7786a48112bd9b024ef7794091b74bb40.tar.gz wekan-d94f11c7786a48112bd9b024ef7794091b74bb40.tar.bz2 wekan-d94f11c7786a48112bd9b024ef7794091b74bb40.zip |
v0.69v0.69
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d788eea7..8552a64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.69 2018-02-01 Wekan release This release fixes the following bugs: diff --git a/package.json b/package.json index 6efbe2dc..abaf94d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.68.0", + "version": "0.69.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 3b635864..71f64fad 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 = 53, + appVersion = 54, # Increment this for every release. - appMarketingVersion = (defaultText = "0.68.0~2018-01-29"), + appMarketingVersion = (defaultText = "0.69.0~2018-02-01"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |