mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge branch 'master' into devel
Conflicts: sandstorm-pkgdef.capnp
This commit is contained in:
commit
9c013d3233
2 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue