Maxime Quandalle преди 9 години
родител
ревизия
5495829f11
променени са 2 файла, в които са добавени 9 реда и са изтрити 2 реда
  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
 
 This release features:

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
 
-    appVersion = 9,
+    appVersion = 10,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "0.10"),
+    appMarketingVersion = (defaultText = "0.10.1"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,