This commit is contained in:
Lauri Ojansivu 2018-07-30 21:44:12 +03:00
parent 5bfb6c6411
commit 1cc8452752
3 changed files with 14 additions and 3 deletions

View file

@ -1,3 +1,14 @@
# v1.23 2018-07-30
This release tries to fix the following bugs:
- Checking for [existing](https://github.com/wekan/wekan/commit/a48f560a85860451914dbaad8cae6ff5120a0c38)
[directories](https://github.com/wekan/wekan/commit/5bfb6c6411c928bfffa7ed6fe829f030e3ea57da) when
building snap etc, trying to [get snap to build somehow](https://github.com/wekan/wekan-snap/issues/58).
This is just a test, does it build this time correctly.
Thanks to GitHub user xet7 for contributions.
# v1.22 2018-07-30 Wekan release
This release adds the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.22.0",
"version": "1.23.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 = 107,
appVersion = 108,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.22.0~2018-07-30"),
appMarketingVersion = (defaultText = "1.23.0~2018-07-30"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,