Skip to content

Commit 7cf028b

Browse files
author
Jarvan Zhang
committed
bump to 0.0.3
1 parent 1b6be4a commit 7cf028b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.3
2+
* Rename TrackingAuthorizationStatus to AdTrackingAuthorizationStatus
3+
14
## 0.0.2
25
* Update README.md.
36
* Rename implementation class from `AdvertisingIdFlutter` to `AdvertisingId`.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.0.1"
10+
version: "0.0.2"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: advertising_id_flutter
22
description: "A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS&macOS) and advertising ID (on Android)."
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://github.com/OpenFlutter/flutter_advertising_id
55

66
environment:

0 commit comments

Comments
 (0)