Skip to content

Commit

Permalink
chore: upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Jan 9, 2018
1 parent 965ca0c commit dc10be2
Show file tree
Hide file tree
Showing 4 changed files with 5 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.10.0",
"version": "0.10.2",
"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.9.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.cozy.drive.mobile" version="0.10.2" 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 @@
Thank you for using Cozy! This versions simply fixes a bug with our error reporting.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Merci d'utiliser Cozy Drive ! ☁️
Cette version corrige simplement un problème dans notre gestion d'erreurs !

0 comments on commit dc10be2

Please sign in to comment.