Lauri Ojansivu 6 年 前
コミット
c066883dbd
3 ファイル変更4 行追加4 行削除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 1 - 1
CHANGELOG.md

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v1.87.0",
+  "version": "v1.88.0",
   "description": "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 = 189,
+    appVersion = 190,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.87.0~2018-12-13"),
+    appMarketingVersion = (defaultText = "1.88.0~2018-12-14"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,