diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-01-28 18:29:46 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-01-28 18:29:46 +0200 |
commit | 12cccc25cc07ef0706929873bf3409a82aa5ef13 (patch) | |
tree | 497c55d557cacffc48aaf58729f0e2ed94930b0a | |
parent | 34f62cb3b3781cdde47e67688b3a068c521f1de4 (diff) | |
download | wekan-12cccc25cc07ef0706929873bf3409a82aa5ef13.tar.gz wekan-12cccc25cc07ef0706929873bf3409a82aa5ef13.tar.bz2 wekan-12cccc25cc07ef0706929873bf3409a82aa5ef13.zip |
v2.09v2.09
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Stackerfile.yml | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dceff875..74d75357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v2.09 2019-01-28 Wekan release This release fixes the following bugs with Apache I-CLA, thanks to bentiss: diff --git a/Stackerfile.yml b/Stackerfile.yml index d3ae715e..d62c1b81 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v2.08.0" +appVersion: "v2.09.0" files: userUploads: - README.md diff --git a/package.json b/package.json index 981e7961..a53ab108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v2.08.0", + "version": "v2.09.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 59d13fcd..78c35eb5 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 = 210, + appVersion = 211, # Increment this for every release. - appMarketingVersion = (defaultText = "2.08.0~2019-01-28"), + appMarketingVersion = (defaultText = "2.09.0~2019-01-28"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |