summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-09-28 11:00:26 +0300
committerLauri Ojansivu <x@xet7.org>2018-09-28 11:00:26 +0300
commit6b86b3b6e768b065d4a6e4779b18958ee932d9dc (patch)
tree622d789494caaed62e0d7b25c41ad301ddb8215f
parentd61d9994e3227e1a97cf7fa46aa70174e5f9d167 (diff)
downloadwekan-1.51.tar.gz
wekan-1.51.tar.bz2
wekan-1.51.zip
v1.51v1.51
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de1d5085..725b4c1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
-# Upcoming Wekan release
+# v1.51 2018-09-28 Wekan release
This release adds the following new features:
-- [Add CAS with attributes](https://github.com/wekan/wekan/commit/c6cea2fb4e9e17403fe0ce2ba5bf2d20dcf81a8f).
-- [Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards]((https://github.com/wekan/wekan/commit/a10b6fb173d529220861668cfb1c341ec45e2a53).
+- [Add CAS with attributes](https://github.com/wekan/wekan/commit/c6cea2fb4e9e17403fe0ce2ba5bf2d20dcf81a8f);
+- [Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards](https://github.com/wekan/wekan/commit/a10b6fb173d529220861668cfb1c341ec45e2a53).
Thanks to GitHub users ppoulard and xet7 for their contributions.
diff --git a/package.json b/package.json
index 51e9bd7d..87b04a31 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "1.50.0",
+ "version": "1.51.0",
"description": "The open-source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 6b1f1634..cd094742 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 = 135,
+ appVersion = 139,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.50.0~2018-09-22"),
+ appMarketingVersion = (defaultText = "1.51.0~2018-09-28"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,