This commit is contained in:
Lauri Ojansivu 2018-09-05 02:11:38 +03:00
parent b465500afa
commit f346ce04f5
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "1.40.0", "version": "1.41.0",
"description": "The open-source kanban", "description": "The open-source kanban",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"), appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user. # The name of the app as it is displayed to the user.
appVersion = 125, appVersion = 126,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "1.40.0~2018-09-04"), appMarketingVersion = (defaultText = "1.41.0~2018-09-05"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,