This commit is contained in:
Lauri Ojansivu 2017-07-30 19:10:53 +03:00
parent 417bce5a01
commit d7c8f5242f
4 changed files with 8 additions and 4 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.31.0",
"version": "0.32.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {

View file

@ -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,

View file

@ -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.