File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Upcoming Wekan release
1
+ # v1.88 2018-12-14 Wekan release
2
2
3
3
This release fixes the following bugs:
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wekan" ,
3
- "version" : " v1.87 .0" ,
3
+ "version" : " v1.88 .0" ,
4
4
"description" : " Open-Source kanban" ,
5
5
"private" : true ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
22
22
appTitle = (defaultText = "Wekan" ),
23
23
# The name of the app as it is displayed to the user.
24
24
25
- appVersion = 189 ,
25
+ appVersion = 190 ,
26
26
# Increment this for every release.
27
27
28
- appMarketingVersion = (defaultText = "1. 87 . 0~2018-12-13 " ),
28
+ appMarketingVersion = (defaultText = "1. 88 . 0~2018-12-14 " ),
29
29
# Human-readable presentation of the app version.
30
30
31
31
minUpgradableAppVersion = 0 ,
You can’t perform that action at this time.
0 commit comments