Skip to content

Commit c066883

Browse files
committed
v1.88
1 parent 0b6b6dc commit c066883

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming Wekan release
1+
# v1.88 2018-12-14 Wekan release
22

33
This release fixes the following bugs:
44

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wekan",
3-
"version": "v1.87.0",
3+
"version": "v1.88.0",
44
"description": "Open-Source kanban",
55
"private": true,
66
"scripts": {

Diff for: sandstorm-pkgdef.capnp

+2-2
Original file line numberDiff line numberDiff 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 = 189,
25+
appVersion = 190,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "1.87.0~2018-12-13"),
28+
appMarketingVersion = (defaultText = "1.88.0~2018-12-14"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

0 commit comments

Comments
 (0)