Lauri Ojansivu 7 年之前
父節點
當前提交
a98ae8dc71
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 2 - 2
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.04 2018-06-12 Wekan release
 
 This release adds the following new features:
 
@@ -16,7 +16,7 @@ and fixes the following bugs:
    2) due date is shown, unless there is an end date](https://github.com/wekan/wekan/pull/1685).
 
 Thanks to GitHub users rjevnikar and xet7 for their contributions.
-Thanks to Adrian Genaid for security fix.
+Thanks to Adrian Genaid for security fix, he's now added to [Hall of Fame](https://wekan.github.io/hall-of-fame/).
 Thanks to translators.
 
 # v1.03 2018-06-08 Wekan release

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "1.03.0",
+  "version": "1.04.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 = 88,
+    appVersion = 89,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.03.0~2018-06-08"),
+    appMarketingVersion = (defaultText = "1.04.0~2018-06-12"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,