Lauri Ojansivu 6 år sedan
förälder
incheckning
79e464bf90
3 ändrade filer med 19 tillägg och 3 borttagningar
  1. 16 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 16 - 0
CHANGELOG.md

@@ -1,3 +1,19 @@
+# v1.29 2018-08-12 Wekan release
+
+This release fixes the following bugs:
+
+- [Revert Fix lint errors, that caused breakage](https://github.com/wekan/wekan/commit/b015b5b7240f5fb5a715843dce5d35907345eb4a).
+
+Thanks to GitHub user xet7 for contributions.
+
+# v1.28 2018-08-12 Wekan release
+
+This release fixes the following bugs:
+
+- [Fix lint errors](https://github.com/wekan/wekan/commit/f5515cb95fc93882e5e1098d6043267b9260b9d7).
+
+Thanks to GitHub user xet7 for contributions.
+
 # v1.27 2018-08-12 Wekan release
 # v1.27 2018-08-12 Wekan release
 
 
 This release add the following new features:
 This release add the following new features:

+ 1 - 1
package.json

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

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
     # The name of the app as it is displayed to the user.
 
 
-    appVersion = 112,
+    appVersion = 114,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "1.27.0~2018-08-12"),
+    appMarketingVersion = (defaultText = "1.29.0~2018-08-12"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,