This commit is contained in:
Lauri Ojansivu 2019-08-06 23:15:38 +03:00
parent b49d78e266
commit c6ab28a3ce
5 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v3.03.0",
"version": "v3.04.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

View file

@ -1,3 +1,14 @@
# v3.04 2019-08-06 Wekan release
This release fixes the following bugs:
- [Fixed Snap: Use Meteor 1.6.0.1 dependencies on Snap on master branch](https://github.com/wekan/wekan/commit/74a4b28313e9cfedcb927e4496c0dd3800b1e6f9).
Thanks to xet7.
- [Hide Admin Panel user delete button until someone has time to fix it](https://github.com/wekan/wekan/commit/b9a25ecfaca067d0392c83d97a0deb65e6e296dd).
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
# v3.03 2019-08-04 Wekan release
This release adds the following new features:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v3.03.0"
appVersion: "v3.04.0"
files:
userUploads:
- README.md

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v3.03.0",
"version": "v3.04.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 305,
appVersion = 306,
# Increment this for every release.
appMarketingVersion = (defaultText = "3.03.0~2019-08-04"),
appMarketingVersion = (defaultText = "3.04.0~2019-08-06"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,