reviewable/pr1827/r5^2 v0.63
Lauri Ojansivu 8 years ago
parent 2347fbae17
commit bdf252b6e2
  1. 2
      CHANGELOG.md
  2. 2
      package.json
  3. 4
      sandstorm-pkgdef.capnp

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v0.63 2017-12-20 Wekan release
This release adds the following new features:

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.62.0",
"version": "0.63.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 = 47,
appVersion = 48,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.62.0~2017-12-12"),
appMarketingVersion = (defaultText = "0.63.0~2017-12-20"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

Loading…
Cancel
Save