Lauri Ojansivu před 7 roky
rodič
revize
1cc8452752
3 změnil soubory, kde provedl 14 přidání a 3 odebrání
  1. 11 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 11 - 0
CHANGELOG.md

@@ -1,3 +1,14 @@
+# v1.23 2018-07-30
+
+This release tries to fix the following bugs:
+
+- Checking for [existing](https://github.com/wekan/wekan/commit/a48f560a85860451914dbaad8cae6ff5120a0c38)
+  [directories](https://github.com/wekan/wekan/commit/5bfb6c6411c928bfffa7ed6fe829f030e3ea57da) when
+  building snap etc, trying to [get snap to build somehow](https://github.com/wekan/wekan-snap/issues/58).
+  This is just a test, does it build this time correctly.
+
+Thanks to GitHub user xet7 for contributions.
+
 # v1.22 2018-07-30 Wekan release
 
 This release adds the following new features:

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "1.22.0",
+  "version": "1.23.0",
   "description": "The open-source Trello-like 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 = 107,
+    appVersion = 108,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.22.0~2018-07-30"),
+    appMarketingVersion = (defaultText = "1.23.0~2018-07-30"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,