diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 8052807f..ad594b44 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -19,6 +19,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" } s.source_files = "*.{h,m}" - s.dependency "Anyline", "~> 41.0.0" + s.dependency "Anyline", "~> 41.0.1" s.dependency "React" end diff --git a/plugin/package.json b/plugin/package.json index fbed54f9..319d3d18 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^41.0.0", - "_id": "anyline-ocr-react-native-module@41.0.0", + "_from": "anyline-ocr-react-native-module@^41.0.1", + "_id": "anyline-ocr-react-native-module@41.0.1", "_inBundle": false, "_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==", "_location": "/anyline-ocr-react-native-module", @@ -8,19 +8,19 @@ "_requested": { "type": "range", "registry": true, - "raw": "anyline-ocr-react-native-module@^41.0.0", + "raw": "anyline-ocr-react-native-module@^41.0.1", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^41.0.0", + "rawSpec": "^41.0.1", "saveSpec": null, - "fetchSpec": "^41.0.0" + "fetchSpec": "^41.0.1" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-41.0.0.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-41.0.1.tgz", "_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c", - "_spec": "anyline-ocr-react-native-module@^41.0.0", + "_spec": "anyline-ocr-react-native-module@^41.0.1", "_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp", "bugs": { "url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues" @@ -47,5 +47,5 @@ "type": "git", "url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git" }, - "version": "41.0.0" + "version": "41.0.1" }