mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
v0.32
This commit is contained in:
parent
417bce5a01
commit
d7c8f5242f
4 changed files with 8 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "0.31.0",
|
||||
"version": "0.32.0",
|
||||
"description": "The open-source Trello-like kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue