From 77b2c6e8ad78bada2cb50a077c7eb004b3e51fd2 Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Wed, 3 Jul 2024 18:59:13 +0200 Subject: [PATCH 1/2] update iOS sdk --- example/ios/Podfile.lock | 10 +++++----- ios/smile_id.podspec | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index d48991e8..94890959 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -3,10 +3,10 @@ PODS: - integration_test (0.0.1): - Flutter - lottie-ios (4.4.3) - - smile_id (10.2.0): + - smile_id (10.2.1): - Flutter - - SmileID (= 10.2.0) - - SmileID (10.2.0): + - SmileID (= 10.2.1) + - SmileID (10.2.1): - lottie-ios (~> 4.4.2) - Zip (~> 2.1.0) - Zip (2.1.2) @@ -34,8 +34,8 @@ SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 integration_test: 13825b8a9334a850581300559b8839134b124670 lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418 - smile_id: 28bd15b7b308a99e5b1661f74d487c053c15cd59 - SmileID: bfcd426e9a47560eb949c18591ad032a8d8cde0d + smile_id: c34f97e0a5fbea7b3ba0e763db17fd10d72a6090 + SmileID: 01d8a31a80e3ed5634a6cda5ffdae211a8427213 Zip: b3fef584b147b6e582b2256a9815c897d60ddc67 PODFILE CHECKSUM: 929954fb8941cef06249e96bd1516fd2a22ed7a5 diff --git a/ios/smile_id.podspec b/ios/smile_id.podspec index ef5a6028..7ce85351 100644 --- a/ios/smile_id.podspec +++ b/ios/smile_id.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'smile_id' # NB! Keep this version in sync with the Native iOS SDK version - s.version = '10.2.0' + s.version = '10.2.1' s.summary = 'Official Smile ID SDK for Flutter' s.description = <<-DESC A new Flutter project. @@ -15,7 +15,7 @@ A new Flutter project. s.source_files = 'Classes/**/*' s.dependency 'Flutter' # NB! Update the s.version above when changing this version - s.dependency 'SmileID', '10.2.0' + s.dependency 'SmileID', '10.2.1' s.platform = :ios, '13.0' # Flutter.framework does not contain a i386 slice. diff --git a/pubspec.yaml b/pubspec.yaml index 05eea01f..c7e8a01e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smile_id description: The Official Smile ID Flutter SDK -version: 10.1.2 +version: 10.1.3 homepage: "https://usesmileid.com" environment: From 73b620144621ab2b058dc20233c7ac16f3ac7aca Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Wed, 3 Jul 2024 18:59:22 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c06f38b..786790dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes +## 10.1.3 + +* Bump iOS to 10.2.1 (https://github.com/smileidentity/ios/releases/tag/v10.2.1) +* Bump Android to 10.1.7 (https://github.com/smileidentity/android/releases/tag/v10.1.7) + ## 10.1.2 * Set jvmTarget to 17 in Gradle to fix android specific build issues