Browse Source

Release 0.10.1

Maxime Quandalle 9 years ago
parent
commit
5495829f11
2 changed files with 9 additions and 2 deletions
  1. 7 0
      CHANGELOG.md
  2. 2 2
      sandstorm-pkgdef.capnp

+ 7 - 0
CHANGELOG.md

@@ -1,3 +1,10 @@
+# v0.10.1
+
+This patch release fixes two bugs on Sandstorm:
+
+* Drag and drop was broken;
+* Avatars weren’t working.
+
 # v0.10
 # v0.10
 
 
 This release features:
 This release features:

+ 2 - 2
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 = 9,
+    appVersion = 10,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "0.10"),
+    appMarketingVersion = (defaultText = "0.10.1"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,