Lauri Ojansivu 7 vuotta sitten
vanhempi
sitoutus
c26a31f498
4 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  1. 1 1
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp
  4. 2 2
      snapcraft.yaml

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.14 2018-07-06 Wekan release
 
 This release fixes the following bugs:
 

+ 1 - 1
package.json

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

+ 2 - 2
snapcraft.yaml

@@ -81,7 +81,7 @@ parts:
     wekan:
         source: .
         plugin: nodejs
-        node-engine: 8.11.1
+        node-engine: 8.11.3
         node-packages:
             - npm
             - node-gyp
@@ -108,7 +108,7 @@ parts:
             # Also see beginning of wekan/server/authentication.js
             #   import Fiber from "fibers";
             #   Fiber.poolSize = 1e9;
-            # Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
+            # Download node version 8.11.3 that has fix included, node binary copied from Sandstorm
             # Description at https://releases.wekan.team/node.txt
             echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66  node" >> node-SHASUMS256.txt.asc
             curl https://releases.wekan.team/node -o node