reviewable/pr1741/r1 v0.97
Lauri Ojansivu 7 years ago
parent 27f9e9e104
commit f48e2fbd14
  1. 4
      CHANGELOG.md
  2. 2
      package.json
  3. 4
      sandstorm-pkgdef.capnp

@ -1,3 +1,7 @@
# v0.97 2018-06-19 Wekan release
Updated translations.
# v0.96 2018-05-19 Wekan release
This release adds the following new features:

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.96.0",
"version": "0.97.0",
"description": "The open-source Trello-like 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 = 81,
appVersion = 82,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.96.0~2018-05-19"),
appMarketingVersion = (defaultText = "0.97.0~2018-05-19"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

Loading…
Cancel
Save