summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-30 21:44:12 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-30 21:44:12 +0300
commit1cc8452752ad75649b8de42072dc6645cad4f83a (patch)
tree3a46b864b2db1d64bbef09fcdede77aeca539f29
parent5bfb6c6411c928bfffa7ed6fe829f030e3ea57da (diff)
downloadwekan-1cc8452752ad75649b8de42072dc6645cad4f83a.tar.gz
wekan-1cc8452752ad75649b8de42072dc6645cad4f83a.tar.bz2
wekan-1cc8452752ad75649b8de42072dc6645cad4f83a.zip
v1.23v1.23
-rw-r--r--CHANGELOG.md11
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24370dde..8fc23991 100644
--- a/CHANGELOG.md
+++ b/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:
diff --git a/package.json b/package.json
index 48561127..1902bf20 100644
--- a/package.json
+++ b/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": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 48e228b9..99abc34e 100644
--- a/sandstorm-pkgdef.capnp
+++ b/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,