Skip to content

Commit

Permalink
[interactive_media_ads] Fix README badge image URL (flutter#6979)
Browse files Browse the repository at this point in the history
Fixes the source of the pub version badge.

Fixes flutter/flutter#150719
  • Loading branch information
stuartmorgan committed Jun 24, 2024
1 parent b4d79b5 commit 03f5f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/interactive_media_ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1+3

* Fixes the pub badge source.

## 0.0.1+2

* Bumps Android's androidx.annotation:annotation dependency from 1.5.0 to 1.8.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: interactive_media_ads
description: A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
repository: https://github.com/flutter/packages/tree/main/packages/interactive_media_ads
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+interactive_media_ads%22
version: 0.0.1+2
version: 0.0.1+3

environment:
sdk: ^3.2.3
Expand Down

0 comments on commit 03f5f6d

Please sign in to comment.