diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f188a3c..73a092b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v2.11 2019-01-31 Wekan release This release fixes the following bugs: diff --git a/Stackerfile.yml b/Stackerfile.yml index 6e6abde43..51a90b991 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v2.10.0" +appVersion: "v2.11.0" files: userUploads: - README.md diff --git a/package.json b/package.json index 028b3bccf..479066061 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v2.10.0", + "version": "v2.11.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index ddaea5635..0e9e4d758 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 = 212, + appVersion = 213, # Increment this for every release. - appMarketingVersion = (defaultText = "2.10.0~2019-01-30"), + appMarketingVersion = (defaultText = "2.11.0~2019-01-31"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,