Skip to content

Commit

Permalink
Final commit for 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam authored and BernadetteTh committed Oct 23, 2023
1 parent 12beca9 commit 7f77d79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 4.6.2
* Updated Jumio SDK Android to 4.6.1

## 4.6.1
* Updated Jumio SDK Android to 4.6.0 and iOS to 4.6.1
* Update dependencies to Flutter 3.13.2 and Dart 3.1.0

## 4.5.1
* Updated Jumio SDK Android to 4.5.1

## 4.5.0
* Updated Jumio SDK Android and iOS to 4.5.0
* Update dependencies to Flutter 3.7.11 and Dart 2.19.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Official Jumio Mobile SDK plugin for Flutter

This plugin is compatible with version 4.6.1 of the Jumio SDK (4.6.1 for iOS, 4.6.0 for Android).
This plugin is compatible with version 4.6.1 of the Jumio SDK.
If you have questions, please reach out to your Account Manager or contact [Jumio Support](#support).

# Table of Contents
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies:
flutter:
sdk: flutter

jumio_mobile_sdk_flutter: ^4.5.0
jumio_mobile_sdk_flutter: ^4.6.1
```

And install the dependency:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

ext {
SDK_VERSION = "4.6.0"
SDK_VERSION = "4.6.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jumio_mobile_sdk_flutter
description: The Jumio Mobile SDK for Flutter
version: 4.6.1
version: 4.6.2
homepage: https://github.com/Jumio/mobile-flutter
license: SEE LICENSE IN README.md

Expand Down

0 comments on commit 7f77d79

Please sign in to comment.