summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-27 17:51:54 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-27 17:51:54 +0200
commit494d44f8bb6c575161449c42c100999cf0aa648f (patch)
tree6acf4f0b1e11841a622032b7db56499100789756
parentad1a81e8a01408b542a508cf3968152d8b753680 (diff)
downloadwekan-2.56.tar.gz
wekan-2.56.tar.bz2
wekan-2.56.zip
v2.56v2.56
-rw-r--r--CHANGELOG.md2
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9042add4..a141dd4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v2.56 2019-03-27 Wekan release
This release [fixes the following bugs](https://github.com/wekan/wekan/pull/2287), thanks to bentiss with Apache I-CLA:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index dcf74149..c4160e28 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.55.0"
+appVersion: "v2.56.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index afb4854b..b9ae427a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.55.0",
+ "version": "v2.56.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index ac6d9f42..61b19d34 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 = 257,
+ appVersion = 258,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.55.0~2019-03-25"),
+ appMarketingVersion = (defaultText = "2.56.0~2019-03-27"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,