summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--sandstorm-pkgdef.capnp4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab8b9859..10ae1def 100644
--- a/CHANGELOG.md
+++ b/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:
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 3e545b27..375f1a20 100644
--- a/sandstorm-pkgdef.capnp
+++ b/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,