Skip to content

Commit

Permalink
Final commit for 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Oct 23, 2023
1 parent 98c0f52 commit bb684cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Official Jumio Mobile SDK plugin for Flutter

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

# Table of Contents
- [Compatibility](#compatibility)
Expand Down Expand Up @@ -40,7 +41,7 @@ dependencies:
flutter:
sdk: flutter

jumio_mobile_sdk_flutter: ^4.5.0
jumio_mobile_sdk_flutter: ^4.5.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.5.0"
SDK_VERSION = "4.5.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.5.0
version: 4.5.1
homepage: https://github.com/Jumio/mobile-flutter
license: SEE LICENSE IN README.md

Expand Down

0 comments on commit bb684cb

Please sign in to comment.