Lauri Ojansivu 7 years ago
parent
commit
6bcc1cfc62
3 changed files with 10 additions and 2 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 1 1
      sandstorm-pkgdef.capnp

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# v0.58 2017-11-23 Wekan release
+
+This release adds the following new features:
+
+* Updated translations.
+
+Thanks to all translators.
+
 # v0.57 2017-11-23 Wekan release
 
 This release adds the following new features:

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "0.57.0",
+  "version": "0.58.0",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "scripts": {

+ 1 - 1
sandstorm-pkgdef.capnp

@@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
     appVersion = 43,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "0.57.0~2017-11-23"),
+    appMarketingVersion = (defaultText = "0.58.0~2017-11-23"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,