Skip to content

Commit

Permalink
chore: update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Nov 8, 2017
1 parent f7c2767 commit fb0972e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-drive",
"version": "0.6.10",
"version": "0.7.0",
"main": "src/main.jsx",
"scripts": {
"build:drive": "npm run build:drive:browser",
Expand Down
2 changes: 1 addition & 1 deletion targets/drive/mobile/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cozy.drive.mobile" version="0.6.10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.cozy.drive.mobile" version="0.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cozy Drive</name>
<description>Sync files from your Cozy.</description>
<author email="[email protected]" href="https://cozy.io">Cozy Cloud</author>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thank you for using Cozy Drive! ☁️
Here are the latest changes:

- Improve "Recent" tab: folder paths are now shown
- Improve the contact picker in the sharing form
- Fix multiple issues with sharing
- Fix minor issues (almost invisible to users)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Merci d'utiliser Cozy Drive ! ☁️
Dans cette version :

- Amélioration de l'onglet "Récent" : le chemin des dossiers est affiché
- Amélioration de la sélection des contacts dans le formulaire de partage
- Correction de plusieurs problèmes liés au partage
- Correction de problèmes mineurs (presque invisibles pour les utilisateurs)

0 comments on commit fb0972e

Please sign in to comment.