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

+ 3 - 3
CHANGELOG.md

@@ -1,9 +1,9 @@
-# Upcoming Wekan release
+# v1.51 2018-09-28 Wekan release
 
 This release adds the following new features:
 
-- [Add CAS with attributes](https://github.com/wekan/wekan/commit/c6cea2fb4e9e17403fe0ce2ba5bf2d20dcf81a8f).
-- [Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards]((https://github.com/wekan/wekan/commit/a10b6fb173d529220861668cfb1c341ec45e2a53).
+- [Add CAS with attributes](https://github.com/wekan/wekan/commit/c6cea2fb4e9e17403fe0ce2ba5bf2d20dcf81a8f);
+- [Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards](https://github.com/wekan/wekan/commit/a10b6fb173d529220861668cfb1c341ec45e2a53).
 
 Thanks to GitHub users ppoulard and xet7 for their contributions.
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "1.50.0",
+  "version": "1.51.0",
   "description": "The open-source kanban",
   "private": true,
   "scripts": {

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
 
-    appVersion = 135,
+    appVersion = 139,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.50.0~2018-09-22"),
+    appMarketingVersion = (defaultText = "1.51.0~2018-09-28"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,