瀏覽代碼

update Sandstorm metadata for bugfix release

David Renshaw 8 年之前
父節點
當前提交
6930535555
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      sandstorm-pkgdef.capnp

+ 3 - 3
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
     # The name of the app as it is displayed to the user.
 
 
-    appVersion = 14,
+    appVersion = 16,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "0.11.0~2016-11-08"),
+    appMarketingVersion = (defaultText = "0.11.0~2016-11-15"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,
@@ -58,7 +58,7 @@ const pkgdef :Spk.PackageDefinition = (
       ),
       ),
 
 
       website = "https://wekan.io",
       website = "https://wekan.io",
-      codeUrl = "https://github.com/wekan/wekan",
+      codeUrl = "https://github.com/wefork/wekan",
       license = (openSource = mit),
       license = (openSource = mit),
       categories = [productivity, office],
       categories = [productivity, office],