reviewable/pr2609/r1 v3.15
Lauri Ojansivu 6 years ago
parent a1d883b22f
commit b5b81af103
  1. 2
      .meteor-1.6-snap/package.json
  2. 9
      CHANGELOG.md
  3. 2
      Stackerfile.yml
  4. 2
      package.json
  5. 4
      sandstorm-pkgdef.capnp

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v3.14.0",
"version": "v3.15.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

@ -1,3 +1,12 @@
# v3.15 2019-08-11 Wekan release
This release fixes the following bugs:
- [Try to fix Snap](https://github.com/wekan/wekan/commit/a1d883b22f73f4bef6d547f94dcb900f475fcb41).
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
# v3.14 2019-08-11 Wekan release
This release adds the following new features:

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

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v3.14.0",
"version": "v3.15.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 = 316,
appVersion = 317,
# Increment this for every release.
appMarketingVersion = (defaultText = "3.14.0~2019-08-11"),
appMarketingVersion = (defaultText = "3.15.0~2019-08-11"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

Loading…
Cancel
Save