Lauri Ojansivu 6 tahun lalu
induk
melakukan
d6857693bb
3 mengubah file dengan 4 tambahan dan 4 penghapusan
  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.81 2018-12-04 Wekan release
 
 
 - Remove extra commas `,` and add missing backslash `\`. 
 - Remove extra commas `,` and add missing backslash `\`. 
   Maybe after that login, logout and CORS works.
   Maybe after that login, logout and CORS works.

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "v1.80.0",
+  "version": "v1.81.0",
   "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 = 182,
+    appVersion = 183,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "1.80.0~2018-12-03"),
+    appMarketingVersion = (defaultText = "1.81.0~2018-12-04"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,