Skip to content

Commit

Permalink
Prepare 10.0.7 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored Feb 7, 2024
1 parent 963b85b commit a25c839
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 10.0.7

* Bump Android to 10.0.4 (https://github.com/smileidentity/android/releases/tag/v10.0.4)
* Bump iOS to 10.0.8 (https://github.com/smileidentity/ios/releases/tag/v10.0.8)

## 10.0.6

* Fixed a bug where Android builds would not compile when the partner app (or a library they consume) also uses `Pigeon` under the hood
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group "com.smileidentity.flutter"
version findProperty("SDK_VERSION") ?: "10.0.3"
version findProperty("SDK_VERSION") ?: "10.0.4"

buildscript {
ext.kotlin_version = "1.9.10"
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: smile_id
description: The Official Smile ID Flutter SDK
version: 10.0.6
version: 10.0.7
homepage: "https://usesmileid.com"

environment:
Expand Down

0 comments on commit a25c839

Please sign in to comment.