Skip to content

Commit

Permalink
fix(Update version): to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proustibat committed Jan 16, 2018
1 parent c23729b commit 739cf84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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="prstbt.ionic.d3" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="prstbt.ionic.d3" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>D3.js Ionic</name>
<description>D3.js in a Ionic mobile application: examples</description>
<author email="proustibat@gmail.com" href="https://medium.com/@proustibat">Ionic Framework Team</author>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-ionic-examples",
"version": "1.0.0",
"version": "1.0.1",
"author": "Proustibat",
"homepage": "https://medium.com/@proustibat",
"private": true,
Expand Down Expand Up @@ -61,4 +61,4 @@
"config": {
"ionic_copy": "./config/copy.config.js"
}
}
}

0 comments on commit 739cf84

Please sign in to comment.