This commit is contained in:
Lauri Ojansivu 2018-01-28 21:21:07 +02:00
parent 9d7ff75d3f
commit 735907977d
3 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
# v0.67 2018-01-28 Wekan release
This release fixes the following bugs:
* [Fix Igbo language name at menu](https://github.com/wekan/wekan/commit/9d7ff75d3fed1285273245fbe6f6a757b6180039).
Thanks to GitHub user xet7 for contributions.
# v0.66 2018-01-28 Wekan release
This release fixes the following bugs:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.66.0",
"version": "0.67.0",
"description": "The open-source Trello-like 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 = 51,
appVersion = 52,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.66.0~2018-01-28"),
appMarketingVersion = (defaultText = "0.67.0~2018-01-28"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,