Browse Source

v0.33 , includes new Sandstorm version.

Lauri Ojansivu 7 years ago
parent
commit
ecb4863c39
6 changed files with 7 additions and 6 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 0
      README.md
  3. BIN
      meta/keyring
  4. BIN
      meta/wekanteam-pgp-sig
  5. 1 1
      package.json
  6. 3 4
      sandstorm-pkgdef.capnp

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.33 2017-08-29 Wekan release
 
 This release adds the following new features:
 

+ 2 - 0
README.md

@@ -38,6 +38,8 @@ one-click installation on various platforms.
 
 ## Roadmap
 
+[Roadmap](https://github.com/wekan/wekan/wiki/Roadmap)
+
 Upcoming Wekan App Development Platform will make possible
 many use cases. If you don't find your feature or integration in
 GitHub issues and [Features][features] or [Integrations][integrations]

BIN
meta/keyring


BIN
meta/wekanteam-pgp-sig


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "0.32.0",
+  "version": "0.33.0",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "scripts": {

+ 3 - 4
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",