Lauri Ojansivu %!s(int64=5) %!d(string=hai) anos
pai
achega
80f1222af4
Modificáronse 5 ficheiros con 9 adicións e 5 borrados
  1. 1 1
      .meteor-1.6-snap/package.json
  2. 4 0
      CHANGELOG.md
  3. 1 1
      Stackerfile.yml
  4. 1 1
      package.json
  5. 2 2
      sandstorm-pkgdef.capnp

+ 1 - 1
.meteor-1.6-snap/package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v3.12.0",
+  "version": "v3.13.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+# v3.13 2019-08-09 Wekan relese
+
+Update translations. Thanks to translators.
+
 # v3.12 2019-08-09 Wekan release
 
 This release adds the following new features:

+ 1 - 1
Stackerfile.yml

@@ -1,5 +1,5 @@
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.12.0"
+appVersion: "v3.13.0"
 files:
   userUploads:
     - README.md

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v3.12.0",
+  "version": "v3.13.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 = 314,
+    appVersion = 315,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "3.12.0~2019-08-09"),
+    appMarketingVersion = (defaultText = "3.13.0~2019-08-09"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,