Skip to content

Commit

Permalink
chore(release): bump to v1.7.2
Browse files Browse the repository at this point in the history
fix can't compile in v1.7.0 when new architecture enabled
  • Loading branch information
guhungry committed Sep 9, 2024
1 parent 8cbec65 commit 551144f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-photo-manipulator",
"version": "1.7.1",
"version": "1.7.2",
"description": "React Native Image Processing API to edit photo programmatically for Android and iOS.",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand All @@ -24,6 +24,7 @@
"ios",
"cpp",
"*.podspec",
"react-native.config.js",
"!ios/build",
"!android/build",
"!android/gradle",
Expand Down

0 comments on commit 551144f

Please sign in to comment.