From ba3c3f8289534fed7b1525821fbf0d2fd3bd5ec2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 2 Nov 2017 02:11:27 +0200 Subject: v0.54 --- CHANGELOG.md | 6 +++++- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e136f12..52f30b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v0.54 2017-11-02 Wekan release This release adds the following new features: @@ -6,6 +6,10 @@ This release adds the following new features: Thanks to GitHub users amadilsons and xet7 for their contributions. +# v0.53 2017-11-02 Wekan release + +(This was canceled, it had some missing version numbers). + # v0.52 2017-10-31 Wekan release This release adds the following new features: diff --git a/package.json b/package.json index 271d4808..d643fbfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.52.0", + "version": "0.54.0", "description": "The open-source Trello-like kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 467fcb2d..d3b7b2c6 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 39, + appVersion = 40, # Increment this for every release. - appMarketingVersion = (defaultText = "0.52.0~2017-10-31"), + appMarketingVersion = (defaultText = "0.54.0~2017-11-02"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, -- cgit v1.2.3-1-g7c22