summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-30 19:10:53 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-30 19:10:53 +0300
commitd7c8f5242f2a425116d55bbefc937ba7ddef62b9 (patch)
treea639e25c70f55ab65542fd3afbdc6223b95eb54b
parent417bce5a01f61c9ac2cde99fb668bde31a6e5989 (diff)
downloadwekan-0.32.tar.gz
wekan-0.32.tar.bz2
wekan-0.32.zip
v0.32v0.32
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp2
-rw-r--r--snapcraft.yaml2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48f8a4b7..b53b9af6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v0.31 2017-07-30 Wekan release
+# v0.32 2017-07-30 Wekan release
This release adds the following new features:
@@ -12,6 +12,10 @@ and fixes the following bugs:
Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
+# v0.31 2017-07-30 Wekan release
+
+* This was broken, having lint errors.
+
# v0.30 2017-07-27 Wekan release
SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105)
diff --git a/package.json b/package.json
index 1b2cfa14..410ffc14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.31.0",
+ "version": "0.32.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 50dfe2ee..cfc4c288 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 20,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.31.0~2017-07-30"),
+ appMarketingVersion = (defaultText = "0.32.0~2017-07-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f6fd683f..19f50d42 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: "0.31-SNAPSHOT"
+version: "0.32-SNAPSHOT"
summary: The open-source Trello-like kanban
description: |
Wekan is an open-source and collaborative kanban board application.