Skip to content

Commit

Permalink
Merge pull request #72 from BlinkID/feature/v4.0.1
Browse files Browse the repository at this point in the history
Updated to version v4.0.1 resolving some iOS bugfixes
  • Loading branch information
dgust6 authored Aug 3, 2018
2 parents 3e96941 + c0aabf0 commit 4c5044d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlinkID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkid-cordova",
"version": "4.0.0",
"version": "4.0.1",
"description": "A small and powerful ID card scanning library",
"cordova": {
"id": "com.microblink.blinkid",
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.microblink.BlinkIDScanner"
version="4.0.0">
version="4.0.1">

<name>BlinkIdScanner</name>
<description>A small and powerful ID card scanning library</description>
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/scripts/initIOSFramework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
HERE="$(dirname "$(test -L "$0" && readlink "$0" || echo "$0")")"
pushd ${HERE}/../src/ios/ > /dev/null

LINK='https://github.com/BlinkID/blinkid-ios/releases/download/v4.0.0/blinkid-ios_v4.0.0.zip'
LINK='https://github.com/BlinkID/blinkid-ios/releases/download/v4.0.1/blinkid-ios_v4.0.1.zip'
FILENAME='blinkid-ios.zip'

# check if Microblink framework and bundle already exist
Expand Down

0 comments on commit 4c5044d

Please sign in to comment.