Skip to content

Commit b063a2c

Browse files
Release 6.1.0
1 parent 69b1711 commit b063a2c

File tree

6 files changed

+24
-10
lines changed

6 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# iProov Face Flutter SDK
22

3+
## 6.1.0
4+
5+
iProov Face Flutter SDK v6.1.0 includes the following changes
6+
7+
### iOS
8+
9+
* Upgraded SDK to [v13.1.0](https://github.com/iProov/ios/releases/tag/13.1.0).
10+
11+
### Android
12+
13+
* Upgraded SDK to [v11.1.0](https://github.com/iProov/android/releases/tag/v11.1.0).
14+
15+
316
## 6.0.0
417

518
iProov Face Flutter SDK v6.0.0 includes the following changes
@@ -20,6 +33,7 @@ iProov Face Flutter SDK v6.0.0 includes the following changes
2033
- Kotlin 1.8.10
2134
* Upgraded SDK to [v11.0.0](https://github.com/iProov/android/releases/tag/v11.0.0).
2235

36+
2337
## 5.3.0
2438

2539
iProov Face Flutter SDK v5.3.0 includes the following changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the following to your project's `pubspec.yaml` file:
3636

3737
```yaml
3838
dependencies:
39-
iproov_flutter: ^6.0.0
39+
iproov_flutter: ^6.1.0
4040
```
4141
4242
You can then install it with:

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.iproov.flutter_sdk_plugin'
2-
version '6.0.0'
2+
version '6.1.0'
33

44
buildscript {
55
ext.kotlin_version = '1.8.10'
@@ -49,5 +49,5 @@ android {
4949

5050
dependencies {
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52-
implementation "com.iproov.sdk:iproov:11.0.0"
52+
implementation "com.iproov.sdk:iproov:11.1.0"
5353
}

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- iProov (13.0.0)
4-
- iproov_flutter (6.0.0):
3+
- iProov (13.1.0)
4+
- iproov_flutter (6.1.0):
55
- Flutter
6-
- iProov (= 13.0.0)
6+
- iProov (= 13.1.0)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
24-
iProov: 9bbaae27fa00ac86df695b5e6d80b280f9464178
25-
iproov_flutter: e670abfaba2e91bacc5e5d4fccf2d7bec43773ca
24+
iProov: 66e7b060aac7843c6961ea5d9295781963574462
25+
iproov_flutter: c62aca54eb7fe9f0558c6d62c3d778482fd6da42
2626

2727
PODFILE CHECKSUM: 7146e656ea4745bd59732e1eecdb9dc805a1df43
2828

ios/iproov_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = 'Classes/**/*'
1515

1616
s.dependency 'Flutter'
17-
s.dependency 'iProov', '13.0.0'
17+
s.dependency 'iProov', '13.1.0'
1818

1919
s.swift_version = '5.5'
2020
s.platform = :ios, '15.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: iproov_flutter
22
description: The iProov Face SDK for Flutter, providing flexible authentication for identity assurance
3-
version: 6.0.0
3+
version: 6.1.0
44
homepage: https://github.com/iProov/flutter
55

66
environment:

0 commit comments

Comments
 (0)