Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvinter committed Feb 23, 2017
1 parent 1f380db commit 285ec56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "15.4.2",
"react-native": "0.41.2",
"react-native-awesome-button": "^1.8.0",
"react-native-awesome-button": "^1.8.2",
"react-native-material-design": "^0.3.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/Simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "15.4.2",
"react-native": "0.41.2",
"react-native-awesome-button": "1.8.0"
"react-native-awesome-button": "1.8.2"
},
"devDependencies": {
"babel-jest": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-awesome-button",
"version": "1.8.1",
"version": "1.8.2",
"description": "A React Native component rendering a button supporting showing different appearances and functionality given the passed props",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 285ec56

Please sign in to comment.