Skip to content

Commit

Permalink
[Release] Change: Bump to 1.0.0
Browse files Browse the repository at this point in the history
Support React Native 0.60.0 (AndroidX)
  • Loading branch information
guhungry committed Jul 11, 2019
1 parent 410d3d9 commit 2d2b8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-photo-manipulator",
"version": "0.1.7",
"version": "1.0.0",
"description": "Image processing library to edit photo programmatically in React Native",
"main": "index.js",
"typings": "index.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57 <0.60"
"react-native": ">=0.60"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand Down

0 comments on commit 2d2b8f9

Please sign in to comment.