summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-11 19:45:04 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-11 19:45:04 +0300
commit1a7ee618bea81fe78e4373a9a2289915eb7c9f0e (patch)
tree201ae1b790a2efa35d67c48aec6dffdeebc16131
parent405e0b9bb2c02b4f2ea8db9d382400adce06c49e (diff)
downloadwekan-3.14.tar.gz
wekan-3.14.tar.bz2
wekan-3.14.zip
v3.14v3.14
-rw-r--r--.meteor-1.6-snap/package.json2
-rw-r--r--CHANGELOG.md4
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
5 files changed, 7 insertions, 7 deletions
diff --git a/.meteor-1.6-snap/package.json b/.meteor-1.6-snap/package.json
index c8ddd53f..de5a71d7 100644
--- a/.meteor-1.6-snap/package.json
+++ b/.meteor-1.6-snap/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.13.0",
+ "version": "v3.14.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 163c1dd8..a83baf14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v3.14 2019-08-11 Wekan release
This release adds the following new features:
@@ -10,7 +10,7 @@ This release adds the following new features:
as attachment](https://github.com/wekan/wekan/pull/2608).
Thanks to whowillcare.
-This release fixes the following bugs:
+and fixes the following bugs:
- [Fix bug: Unable to disable richer comment editor](https://github.com/wekan/wekan/pull/2607).
Thanks to whowillcare.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index c3208f04..a9034a5e 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.13.0"
+appVersion: "v3.14.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index c8ddd53f..de5a71d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.13.0",
+ "version": "v3.14.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 79f0f3a0..3e3b8215 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 = 315,
+ appVersion = 316,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.13.0~2019-08-09"),
+ appMarketingVersion = (defaultText = "3.14.0~2019-08-11"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,