Merge branch 'master' into devel

Conflicts:
	sandstorm-pkgdef.capnp
This commit is contained in:
Maxime Quandalle 2015-12-30 19:42:35 +01:00
commit 9c013d3233
2 changed files with 9 additions and 2 deletions

View file

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

View file

@ -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,