Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
Watcharachai Kanjaikaew authored and Watcharachai Kanjaikaew committed Sep 12, 2016
1 parent 6397955 commit da46fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/BasicExample/package.json
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"react": "15.3.1",
"react-native": "0.33.0",
"react-native-flexi-radio-button": "^0.1.3"
"react-native-flexi-radio-button": "^0.1.4"
}
}
2 changes: 1 addition & 1 deletion examples/CustomExample/package.json
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"react": "15.3.1",
"react-native": "0.33.0",
"react-native-flexi-radio-button": "^0.1.3"
"react-native-flexi-radio-button": "^0.1.4"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-flexi-radio-button",
"version": "0.1.3",
"version": "0.1.4",
"description": "Radio button component for React Native",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit da46fb3

Please sign in to comment.