diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eae8d4a2..ca7bcdbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v1.16 2018-07-06 Wekan release - Fix: [Boards.forEach is not function](https://github.com/wekan/wekan/commit/a41190cdf024df65ad1c9931b3065c6ababeaf25). diff --git a/package.json b/package.json index 47137ee7f..fe45137b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "1.15.0", + "version": "1.16.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index cfcfba84d..c96301580 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 = 100, + appVersion = 101, # Increment this for every release. - appMarketingVersion = (defaultText = "1.15.0~2018-07-06"), + appMarketingVersion = (defaultText = "1.16.0~2018-07-06"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,