Lauri Ojansivu 5 lat temu
rodzic
commit
833f19a5cd
4 zmienionych plików z 7 dodań i 6 usunięć
  1. 3 2
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 1 1
      package.json
  4. 2 2
      sandstorm-pkgdef.capnp

+ 3 - 2
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan Docker/Bundle/Source release
+# v3.03 2019-08-04 Wekan release
 
 This release adds the following new features:
 
@@ -8,7 +8,8 @@ This release adds the following new features:
   Thanks to Akuket.
 - [Add admin setting to prevent users to self deleting their account](https://github.com/wekan/wekan/pull/2573).
   Thanks to Akuket.
-- [Add Packager.io DEB/RPM Wekan packages for Debian/Ubuntu/CentOS/SLES](https://packager.io/gh/wekan/wekan). Does not work yet, [debugging in progress here](https://github.com/wekan/wekan/issues/2582).
+- [Add Packager.io DEB/RPM Wekan packages for Debian/Ubuntu/CentOS/SLES](https://packager.io/gh/wekan/wekan).
+  Does not work yet, [debugging in progress here](https://github.com/wekan/wekan/issues/2582).
   Thanks to xet7 and sfahrenholz.
 - [Add setting field LDAP_USER_AUTHENTICATION_FIELD=uid](https://github.com/wekan/wekan/pull/2581).
   Thanks to Trekky12.

+ 1 - 1
Stackerfile.yml

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v3.02.0",
+  "version": "v3.03.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 = 304,
+    appVersion = 305,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "3.02.0~2019-07-26"),
+    appMarketingVersion = (defaultText = "3.03.0~2019-08-04"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,