Lauri Ojansivu 6 vuotta sitten
vanhempi
sitoutus
f346ce04f5
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      package.json
  2. 2 2
      sandstorm-pkgdef.capnp

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "1.40.0",
+  "version": "1.41.0",
   "description": "The open-source kanban",
   "description": "The 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 = 125,
+    appVersion = 126,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "1.40.0~2018-09-04"),
+    appMarketingVersion = (defaultText = "1.41.0~2018-09-05"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,