We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ee9a8 commit b719968Copy full SHA for b719968
sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
22
appTitle = (defaultText = "Wekan"),
23
# The name of the app as it is displayed to the user.
24
25
- appVersion = 6,
+ appVersion = 7,
26
# Increment this for every release.
27
28
- appMarketingVersion = (defaultText = "0.9.0"),
+ appMarketingVersion = (defaultText = "0.10.0-RC1"),
29
# Human-readable presentation of the app version.
30
31
minUpgradableAppVersion = 0,
@@ -83,7 +83,7 @@ const pkgdef :Spk.PackageDefinition = (
83
],
84
85
changeLog = (
86
- defaultText = embed "History.md",
+ defaultText = embed "Changelog.md",
87
localizations = [
88
(locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
89
0 commit comments