summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-30 19:00:44 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-30 19:00:44 +0300
commitc0f67eb99bb2654275e27163a2789421c8194c08 (patch)
tree92cb568b7c08679a2e7d46a87015aba6086be311
parent7e0bcacf9189504881b4b67d43cc39554a82bdb1 (diff)
downloadwekan-0.31.tar.gz
wekan-0.31.tar.bz2
wekan-0.31.zip
v0.31v0.31
-rw-r--r--CHANGELOG.md4
-rw-r--r--LICENSE2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp2
-rw-r--r--snapcraft.yaml2
5 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1ef24ac..48f8a4b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.31 2017-07-30 Wekan release
This release adds the following new features:
@@ -10,7 +10,7 @@ and fixes the following bugs:
* [FIX SECURITY ISSUE Files accessible without authentication](https://github.com/wekan/wekan/issues/1105);
* [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152).
-Thanks to GitHub users GhassenRjab and nztqa for their contributions.
+Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
# v0.30 2017-07-27 Wekan release
diff --git a/LICENSE b/LICENSE
index 9650a950..57c8d86b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2014-2016 The Wekan Team
+Copyright (c) 2014-2017 The Wekan Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/package.json b/package.json
index e16f583b..1b2cfa14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.30.0",
+ "version": "0.31.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 578d8e90..50dfe2ee 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.18.0~2017-04-02"),
+ appMarketingVersion = (defaultText = "0.31.0~2017-07-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index c32c4271..f6fd683f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: "0.30-SNAPSHOT"
+version: "0.31-SNAPSHOT"
summary: The open-source Trello-like kanban
description: |
Wekan is an open-source and collaborative kanban board application.