diff --git a/BlinkID/package.json b/BlinkID/package.json index effdfc7..372e4e8 100644 --- a/BlinkID/package.json +++ b/BlinkID/package.json @@ -1,6 +1,6 @@ { "name": "blinkid-react-native", - "version": "6.13.0", + "version": "6.13.1", "description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).", "main": "index.js", "repository": { diff --git a/BlinkID/src/android/src/main/AndroidManifest.xml b/BlinkID/src/android/src/main/AndroidManifest.xml index c775cb4..88f06ac 100644 --- a/BlinkID/src/android/src/main/AndroidManifest.xml +++ b/BlinkID/src/android/src/main/AndroidManifest.xml @@ -15,8 +15,8 @@ - + - \ No newline at end of file + diff --git a/Release notes.md b/Release notes.md index e5d7bc9..6bec481 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,3 +1,7 @@ +## 6.13.1 +- Android-specific + - Fixed naming of the deprecated `LegacyDocumentVerificationActivity` in `AndroidManifest.xml` + ## 6.13.0 - Updated the plugin to [Android SDK v6.13.0](https://github.com/BlinkID/blinkid-android/releases/tag/v6.13.0) and [iOS SDK v6.13.0](https://github.com/BlinkID/blinkid-ios/releases/tag/v6.13.0) diff --git a/initReactNativeSampleApp.sh b/initReactNativeSampleApp.sh index 52f70e4..3922d73 100755 --- a/initReactNativeSampleApp.sh +++ b/initReactNativeSampleApp.sh @@ -19,7 +19,7 @@ if [ "$IS_LOCAL_BUILD" = true ]; then # use directly source code from this repo instead of npm package # from RN 0.57 symlink does not work any more npm pack $blink_id_plugin_path - npm install --save blinkid-react-native-6.13.0.tgz + npm install --save blinkid-react-native-6.13.1.tgz #pushd node_modules #ln -s $blink_id_plugin_path blinkid-react-native #popd