pull/1156/head v0.31
Lauri Ojansivu 8 years ago
parent 7e0bcacf91
commit c0f67eb99b
  1. 4
      CHANGELOG.md
  2. 2
      LICENSE
  3. 2
      package.json
  4. 2
      sandstorm-pkgdef.capnp
  5. 2
      snapcraft.yaml

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

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

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.30.0",
"version": "0.31.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.18.0~2017-04-02"),
appMarketingVersion = (defaultText = "0.31.0~2017-07-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

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

Loading…
Cancel
Save