Lauri Ojansivu 6 년 전
부모
커밋
50136fe314
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      CHANGELOG.md
  2. 2 2
      package.json
  3. 1 1
      sandstorm-pkgdef.capnp

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.55 2018-10-16 Wekan release
 
 This release adds the following new features:
 

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "wekan",
-  "version": "1.54.0",
-  "description": "The open-source kanban",
+  "version": "1.55.0",
+  "description": "Open-Source kanban",
   "private": true,
   "scripts": {
     "lint": "eslint --ignore-pattern 'packages/*' .",

+ 1 - 1
sandstorm-pkgdef.capnp

@@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
     appVersion = 154,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.54.0~2018-10-14"),
+    appMarketingVersion = (defaultText = "1.55.0~2018-10-16"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,