reviewable/pr2175/r1
Lauri Ojansivu 6 years ago
parent f1bd36a3b8
commit 9458f4011d
  1. 8
      CHANGELOG.md
  2. 2
      Stackerfile.yml
  3. 2
      package.json
  4. 4
      sandstorm-pkgdef.capnp

@ -1,3 +1,11 @@
# v2.19 2019-02-09 Wekan release
This release removes the following new features:
- [Remove oplog from snap](https://github.com/wekan/wekan/commit/f1bd36a3b87f97927dfe60572646a457e1f7ef66). Need to think how to do it properly.
Thanks to GitHub user xet7 for conrtibutions.
# v2.18 2019-02-08 Wekan release
This release adds the folloging new features:

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v2.18.0"
appVersion: "v2.19.0"
files:
userUploads:
- README.md

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v2.18.0",
"version": "v2.19.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 220,
appVersion = 221,
# Increment this for every release.
appMarketingVersion = (defaultText = "2.18.0~2019-02-08"),
appMarketingVersion = (defaultText = "2.19.0~2019-02-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

Loading…
Cancel
Save