mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Release v0.10.0-rc1
This commit is contained in:
parent
00ee9a8015
commit
b719968df5
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = 6,
|
appVersion = 7,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "0.9.0"),
|
appMarketingVersion = (defaultText = "0.10.0-RC1"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
@ -83,7 +83,7 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
],
|
],
|
||||||
|
|
||||||
changeLog = (
|
changeLog = (
|
||||||
defaultText = embed "History.md",
|
defaultText = embed "Changelog.md",
|
||||||
localizations = [
|
localizations = [
|
||||||
(locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
|
(locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue