From af639d1b1efe5cbd01252647598cb06705a7ea79 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Mon, 27 Jun 2016 11:39:50 +0200 Subject: [PATCH] Prepare the release of the v0.14.0 --- CHANGELOG.md | 5 +++++ gui/app/package.json | 2 +- gui/elm-package.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd8a271b..d2eb2f69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.14.0 - 2016-06-27 + +* Works for OSX support +* Improve UX, thanks to the many feedbacks to the users + ## 0.13.0 - 2016-05-30 * First public beta for Linux! diff --git a/gui/app/package.json b/gui/app/package.json index e494fa77e..c6d390279 100644 --- a/gui/app/package.json +++ b/gui/app/package.json @@ -1,7 +1,7 @@ { "name": "cozy-desktop-gui", "private": true, - "version": "0.13.0", + "version": "0.14.0", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)", diff --git a/gui/elm-package.json b/gui/elm-package.json index 5f737de7b..2a65def44 100644 --- a/gui/elm-package.json +++ b/gui/elm-package.json @@ -1,5 +1,5 @@ { - "version": "0.13.0", + "version": "0.14.0", "summary": "File Synchronization Client for Cozy Cloud", "repository": "https://github.com/cozy-labs/cozy-desktop.git", "license": "AGPL-3.0", diff --git a/package.json b/package.json index 0a1b9ea07..5a1353ccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "0.13.0", + "version": "0.14.0", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",