From 0d09fa1cc97f697ad34f0358bc42c2b133aeb287 Mon Sep 17 00:00:00 2001 From: Shinobu Okano Date: Fri, 6 Sep 2024 15:04:03 +0900 Subject: [PATCH] Update 2.7.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef24579..bfe5c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.7.1] 2024/09/06 + +* Fix resource bundles + ## [2.7.0] 2024/08/26 * [support Objective-C project with Podfile no use_frameworks](https://github.com/operando/advertising_id/pull/27) diff --git a/README.md b/README.md index cbbcdb2..e8df38a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This will add a line like this to your package's pubspec.yaml ```yaml dependencies: .... - advertising_id: ^2.7.0 + advertising_id: ^2.7.1 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 85d7a13..d70cd9a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: advertising_id description: A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS) and advertising ID (on Android). -version: 2.7.0 +version: 2.7.1 homepage: https://github.com/operando/advertising_id repository: https://github.com/operando/advertising_id