summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-06 13:54:32 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-06 13:54:32 +0300
commitad241b9f846cefa14dec6fd979870a715d774705 (patch)
treed0f90ee93fba8c3efdbab33c1962f0df10e90766
parent53e76288cb7cb7d13ac6ff6bc112e30163fa431b (diff)
downloadwekan-2.58.tar.gz
wekan-2.58.tar.bz2
wekan-2.58.zip
v2.58v2.58
-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 0a8cb200..9fd8ec46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v2.58 2019-04-06 Wekan release
This release adds the following new features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 0b53ab88..f01bea82 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.57.0"
+appVersion: "v2.58.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 690b5cc3..d868f244 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.57.0",
+ "version": "v2.58.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 7a3b55d8..b47cf8b2 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 = 259,
+ appVersion = 260,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.57.0~2019-04-02"),
+ appMarketingVersion = (defaultText = "2.58.0~2019-04-06"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,