;web:sandstorm: bump app version, tweak title
This commit is contained in:
parent
e40c82c153
commit
efc87d9c0d
@ -17,9 +17,9 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
# This manifest is included in your app package to tell Sandstorm
|
# This manifest is included in your app package to tell Sandstorm
|
||||||
# about your app.
|
# about your app.
|
||||||
|
|
||||||
appTitle = (defaultText = "HLedger Web"),
|
appTitle = (defaultText = "Hledger Web"),
|
||||||
|
|
||||||
appVersion = 4, # Increment this for every release.
|
appVersion = 5, # Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.31"),
|
appMarketingVersion = (defaultText = "1.31"),
|
||||||
# Human-readable representation of appVersion. Should match the way you
|
# Human-readable representation of appVersion. Should match the way you
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user