File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Upcoming Wekan release
1+ # v0.91 2018-05-01 Wekan release
22
33This release fixes the following bugs:
44
Original file line number Diff line number Diff line change 11{
22 "name" : " wekan" ,
3- "version" : " 0.90 .0" ,
3+ "version" : " 0.91 .0" ,
44 "description" : " The open-source Trello-like kanban" ,
55 "private" : true ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
2222 appTitle = (defaultText = "Wekan" ),
2323 # The name of the app as it is displayed to the user.
2424
25- appVersion = 75 ,
25+ appVersion = 76 ,
2626 # Increment this for every release.
2727
28- appMarketingVersion = (defaultText = "0. 90 . 0~2018-05-01" ),
28+ appMarketingVersion = (defaultText = "0. 91 . 0~2018-05-01" ),
2929 # Human-readable presentation of the app version.
3030
3131 minUpgradableAppVersion = 0 ,
You can’t perform that action at this time.
0 commit comments