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

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+# v1.69.2 2018-11-05 Wekan Edge release
+
+This release adds the following new features:
+
+- Upgrade Meteor to 1.8.x;
+- Add build scripts.
+
+Thanks to xet7 !
+
 # v1.69 2018-11-03 Wekan release
 # v1.69 2018-11-03 Wekan release
 
 
 - Update translations.
 - Update translations.

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "v1.69.0",
+  "version": "v1.69.2",
   "description": "Open-Source kanban",
   "description": "Open-Source 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 = 172,
+    appVersion = 173,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "1.69.0~2018-11-03"),
+    appMarketingVersion = (defaultText = "1.69.2~2018-11-05"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,