diff --git a/BlinkID/package.json b/BlinkID/package.json index c48b6b6..bc551af 100644 --- a/BlinkID/package.json +++ b/BlinkID/package.json @@ -1,6 +1,6 @@ { "name": "blinkid-react-native", - "version": "4.8.0", + "version": "4.9.0", "description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).", "main": "index.js", "repository": { diff --git a/README.md b/README.md index e4393e3..ccfd810 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ react-native link blinkid-react-native platform :ios, '9.0' target 'TargetName' do - pod 'PPBlinkID', '~> 4.8.0' + pod 'PPBlinkID', '~> 4.9.0' end ```