Skip to content

Commit cfa3c4b

Browse files
committed
v0.91
1 parent bf7520c commit cfa3c4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming Wekan release
1+
# v0.91 2018-05-01 Wekan release
22

33
This release fixes the following bugs:
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
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 = 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,

0 commit comments

Comments
 (0)