Skip to content

Commit

Permalink
Update 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
operando committed Sep 6, 2024
1 parent 9559bf1 commit 0d09fa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 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

Expand Down

0 comments on commit 0d09fa1

Please sign in to comment.