Merge pull request #2 from dwrensha/spk-release

Update version and author information for new release on Sandstorm.
This commit is contained in:
Pierre Ozoux 2016-11-08 07:35:07 +00:00 committed by GitHub
commit f11873e44a
3 changed files with 5 additions and 4 deletions

BIN
meta/dwrensha-pgp-sig Normal file

Binary file not shown.

Binary file not shown.

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 = 12,
appVersion = 13,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.11.0-rc2"),
appMarketingVersion = (defaultText = "0.11.0~2016-11-07"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
@ -63,8 +63,9 @@ const pkgdef :Spk.PackageDefinition = (
categories = [productivity, office],
author = (
contactEmail = "mquandalle@wekan.io",
pgpSignature = embed "meta/mquandalle-pgp-sig",
upstreamAuthor = "Maxime Quandalle",
contactEmail = "david@sandstorm.io",
pgpSignature = embed "meta/dwrensha-pgp-sig",
),
pgpKeyring = embed "meta/keyring",