File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.94 2018-05-03 Wekan release
2+
3+ This release adds the following new features:
4+
5+ * [ REST API POST /cards: allow setting card members] ( https://github.com/wekan/wekan/commit/e576e0f9cfc4f61e54da8920a8e29fe43227c266 ) .
6+
7+ Thanks to GitHub user couscous3 for contributions.
8+
19# v0.93 2018-05-02 Wekan release
210
311This release adds the following new features:
Original file line number Diff line number Diff line change 11{
22 "name" : " wekan" ,
3- "version" : " 0.93 .0" ,
3+ "version" : " 0.94 .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 = 78 ,
25+ appVersion = 79 ,
2626 # Increment this for every release.
2727
28- appMarketingVersion = (defaultText = "0. 93 . 0~2018-05-02 " ),
28+ appMarketingVersion = (defaultText = "0. 94 . 0~2018-05-03 " ),
2929 # Human-readable presentation of the app version.
3030
3131 minUpgradableAppVersion = 0 ,
You can’t perform that action at this time.
0 commit comments