diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-08-29 08:10:27 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-08-29 08:10:27 +0300 |
commit | ecb4863c39279c8a93684369c20674aa255bbd8e (patch) | |
tree | 00bc5199772b9a2a1c27dc6813ff0ce75d527b75 /sandstorm-pkgdef.capnp | |
parent | 31c7ada59106e697665027ae5a6248200070d9c5 (diff) | |
download | wekan-ecb4863c39279c8a93684369c20674aa255bbd8e.tar.gz wekan-ecb4863c39279c8a93684369c20674aa255bbd8e.tar.bz2 wekan-ecb4863c39279c8a93684369c20674aa255bbd8e.zip |
v0.33 , includes new Sandstorm version.v0.33
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r-- | sandstorm-pkgdef.capnp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index cfc4c288..c2250fe5 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 20, # Increment this for every release. - appMarketingVersion = (defaultText = "0.32.0~2017-07-30"), + appMarketingVersion = (defaultText = "0.33.0~2017-08-29"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, @@ -63,9 +63,8 @@ const pkgdef :Spk.PackageDefinition = ( categories = [productivity, office], author = ( - upstreamAuthor = "Maxime Quandalle", - contactEmail = "david@sandstorm.io", - pgpSignature = embed "meta/dwrensha-pgp-sig", + contactEmail = "x@xet7.org", + pgpSignature = embed "meta/wekanteam-pgp-sig", ), pgpKeyring = embed "meta/keyring", |