Skip to content

Commit 7c65ce4

Browse files
committed
Merge pull request #325 from nono/prepare_0_12_0
Prepare the release of v0.12.0
2 parents 2fdfebb + 5ac3530 commit 7c65ce4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.0 - 2016-05-16
2+
3+
* Detect full file system on local and on the cozy
4+
* Support network interruptions
5+
* Improve the tray icon on linux
6+
17
## 0.11.0 - 2016-05-02
28

39
* New packaging with electron-builder

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.11.0",
4+
"version": "0.12.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.0",
2+
"version": "0.12.0",
33
"summary": "File Synchronization Client for Cozy Cloud",
44
"repository": "https://github.com/cozy-labs/cozy-desktop.git",
55
"license": "AGPL-3.0",
@@ -13,4 +13,4 @@
1313
"elm-lang/svg": "1.0.0 <= v < 2.0.0"
1414
},
1515
"elm-version": "0.17.0 <= v < 0.18.0"
16-
}
16+
}

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.11.0",
3+
"version": "0.12.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)