summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-30 19:26:37 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-12-30 19:36:08 +0100
commit5495829f11f707f38090941ebdfc26b141ac5b90 (patch)
tree1bcb3f3d80d32667fd74d69df850b0ab35cf4ff3
parent0587223489b3c2e44c7670cb12dac1d221f0a455 (diff)
downloadwekan-0.10.1.tar.gz
wekan-0.10.1.tar.bz2
wekan-0.10.1.zip
Release 0.10.1v0.10.1
-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,