Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Maxa committed Apr 5, 2016
1 parent b8c10ab commit 34c9dfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ResponsiveImageExample/README.md
Expand Up @@ -22,6 +22,6 @@ Run "react-native run-android"

##Development

Always modify react-native-responsive-image.js it the root directory
Always modify react-native-responsive-image.js in the root directory

Propagate changes from component to example project using "cp ./react-native-responsive-image.js ./ResponsiveImageExample/node_modules/react-native-responsive-image/react-native-responsive-image.js"
6 changes: 3 additions & 3 deletions ResponsiveImageExample/package.json
@@ -1,13 +1,13 @@
{
"name": "ResponsiveImageExample",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "^0.14.8",
"react": "0.14.x",
"react-native": "0.22.x",
"react-native-responsive-image": "1.1.x"
"react-native-responsive-image": "1.x.x"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-responsive-image",
"version": "1.1.4",
"version": "1.2.0",
"description": "Image component, that resizes itself appropriately on various screensizes.",
"main": "react-native-responsive-image.js",
"scripts": {
Expand Down

0 comments on commit 34c9dfe

Please sign in to comment.