From 97cf2fc879eddbae9379d8156f4d3369aeed8f2b Mon Sep 17 00:00:00 2001 From: RobinFarmer <80266735+RobinFarmer@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:08:41 +0100 Subject: [PATCH] bump ios and android sdk versions --- CHANGELOG.md | 5 +++++ android/build.gradle | 2 +- ios/sdk_version | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d55362..34fe7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.12 + +* Bump Android to 0.7.10 +* Bump iOS to 0.6.2 + ## 0.2.11 * Bump Android to 0.7.9 diff --git a/android/build.gradle b/android/build.gradle index c0af5bc..8fbcf9d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,6 +53,6 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - def klippaIdentityVerificationVersion = project.hasProperty('klippaIdentityVerificationVersion') ? project.klippaIdentityVerificationVersion : "0.7.9" + def klippaIdentityVerificationVersion = project.hasProperty('klippaIdentityVerificationVersion') ? project.klippaIdentityVerificationVersion : "0.7.10" implementation "com.klippa:identity_verification:$klippaIdentityVerificationVersion" } diff --git a/ios/sdk_version b/ios/sdk_version index ee6cdce..b616048 100644 --- a/ios/sdk_version +++ b/ios/sdk_version @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/pubspec.yaml b/pubspec.yaml index cfc91ea..7415dad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: klippa_identity_verification_sdk description: Allows you to do identity verification with the Klippa Identity Verification SDK from Flutter apps. -version: 0.2.11 +version: 0.2.12 homepage: https://github.com/klippa-app/flutter-klippa-identity-verification-sdk environment: