Skip to content

Commit 03f5f6d

Browse files
[interactive_media_ads] Fix README badge image URL (#6979)
Fixes the source of the pub version badge. Fixes flutter/flutter#150719
1 parent b4d79b5 commit 03f5f6d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/interactive_media_ads/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+3
2+
3+
* Fixes the pub badge source.
4+
15
## 0.0.1+2
26

37
* Bumps Android's androidx.annotation:annotation dependency from 1.5.0 to 1.8.0.

packages/interactive_media_ads/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Flutter plugin for the [Interactive Media Ads SDKs][1].
44

5-
[![pub package](https://img.shields.io/pub/v/webview_flutter.svg)](https://pub.dev/packages/interactive_media_ads)
5+
[![pub package](https://img.shields.io/pub/v/interactive_media_ads.svg)](https://pub.dev/packages/interactive_media_ads)
66

77
A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
88

packages/interactive_media_ads/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: interactive_media_ads
22
description: A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
33
repository: https://github.com/flutter/packages/tree/main/packages/interactive_media_ads
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+interactive_media_ads%22
5-
version: 0.0.1+2
5+
version: 0.0.1+3
66

77
environment:
88
sdk: ^3.2.3

0 commit comments

Comments
 (0)