diff --git a/CHANGELOG.md b/CHANGELOG.md index 90589fc..b7d4409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +* Fix Android 14's compatibility issue. + ## 0.1.1 * Fix the pod name for iOS. diff --git a/example/pubspec.lock b/example/pubspec.lock index e5b81f9..28d8696 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -23,7 +23,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.2" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a085390..f0b6d0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ccid description: "A Flutter plugin for smart card reader using CCID protocol with PC/SC-like APIs." -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/nfcim/ccid environment: