Skip to content

Commit f417140

Browse files
authored
Merge pull request #423 from nono/prepare_v0_15_0
Prepare the release of v0.15.0
2 parents eb4b12b + 22c5dba commit f417140

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.15.0 - 2016-08-08
2+
3+
* Auto-update for OSX
4+
* Add polish translation
5+
16
## 0.14.0 - 2016-06-27
27

38
* Works for OSX support

gui/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cozy-desktop-gui",
33
"private": true,
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"description": "File Synchronization Client for Cozy Cloud",
66
"homepage": "https://github.com/cozy-labs/cozy-desktop",
77
"author": "Cozy Cloud <[email protected]> (https://cozycloud.cc/)",

gui/elm-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.14.0",
2+
"version": "0.15.0",
33
"summary": "File Synchronization Client for Cozy Cloud",
44
"repository": "https://github.com/cozy-labs/cozy-desktop.git",
55
"license": "AGPL-3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-desktop",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "File Synchronization Client for Cozy Cloud",
55
"homepage": "https://github.com/cozy-labs/cozy-desktop",
66
"author": "Cozy Cloud <[email protected]> (https://cozycloud.cc/)",

0 commit comments

Comments
 (0)