diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-23 17:47:15 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-23 17:47:15 +0200 |
commit | 33b76228975aecdba827f5e41cf3e9d4f2949aa9 (patch) | |
tree | 37f5fa5d85be08a76b8fa0c4fc9621355ad10610 | |
parent | eb8083097fd2462a5a8204ff8823ee35678151ed (diff) | |
download | wekan-33b76228975aecdba827f5e41cf3e9d4f2949aa9.tar.gz wekan-33b76228975aecdba827f5e41cf3e9d4f2949aa9.tar.bz2 wekan-33b76228975aecdba827f5e41cf3e9d4f2949aa9.zip |
v0.59v0.59
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b0e886ff..7cae4efe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.58.0", + "version": "0.59.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 7b7fa2b1..1fab6be2 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 = 43, + appVersion = 44, # Increment this for every release. - appMarketingVersion = (defaultText = "0.58.0~2017-11-23"), + appMarketingVersion = (defaultText = "0.59.0~2017-11-23"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |