summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-09-23 11:34:51 +0300
committerLauri Ojansivu <x@xet7.org>2018-09-23 11:34:51 +0300
commite52cfc84b4a16a2915fc554f3f274ac80ce40bc3 (patch)
tree4c7e348268a5b0488985575392eb881a9b6a810e
parent98003e26b1161b90a7f29aa9bc9978bfd415bfd8 (diff)
downloadwekan-1.50.2.tar.gz
wekan-1.50.2.tar.bz2
wekan-1.50.2.zip
v1.50.2v1.50.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af4beb8d..a3d35e92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v1.50.2 2018-09-23 Wekan release
+
+This release tried to fix the following bugs:
+
+- Build Wekan and release again, to see does it work.
+
+Thanks to GitHub user xet7 for contributions.
+
# v1.50.1 2018-09-22 Wekan release
This release adds the following new features:
diff --git a/package.json b/package.json
index 2f4744c4..b7ed3379 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.50.1",
+ "version": "v1.50.2",
"description": "The open-source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 04d15416..7d5be273 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 = 136,
+ appVersion = 137,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.50.1~2018-09-22"),
+ appMarketingVersion = (defaultText = "1.50.2~2018-09-23"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,