2
0
Lauri Ojansivu 6 жил өмнө
parent
commit
fd70556c82

+ 3 - 5
CHANGELOG.md

@@ -1,12 +1,10 @@
-# Upcoming Wekan release
+# v2.47 2019-03-14 Wekan release
 
-This release fixes the following bugs, thanks to xet7:
+This release fixes the following bugs, thanks to GitHub user xet7:
 
 - [Remove ordering of cards by starred/color/description, so that cards would not reorder all the time](https://github.com/wekan/wekan/issues/2241).
 - Try to fix [LDAP Login: "Login forbidden", ReferenceError: req is not defined](https://github.com/wekan/wekan-ldap/44).
 
-Thanks to above GitHub users and translators for their translations.
-
 # v2.46 2019-03-13 Wekan release
 
 This release fixes the following bugs:
@@ -17,7 +15,7 @@ This release fixes the following bugs:
   because of feedback from Wekan users, that need Subtask boards to be visible.
   Thanks to xet7.
 
-Thanks to above GitHub users and translators for their translations.
+Thanks to above GitHub users for their contributions and translators for their translations.
 
 # v2.45 2019-03-11 Wekan release
 

+ 1 - 1
Stackerfile.yml

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v2.46.0",
+  "version": "v2.47.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 = 248,
+    appVersion = 249,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "2.46.0~2019-03-13"),
+    appMarketingVersion = (defaultText = "2.47.0~2019-03-14"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,