Skip to content

Commit

Permalink
Update pubspec.yaml to version 3.1.0 (#931)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml to version 3.1.0

* Update Constants.java

* Update FLTConstants.h
  • Loading branch information
LTPhantom authored Oct 9, 2023
1 parent 752757c commit 2673b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/** Constants used in the plugin. */
public class Constants {
/** Version request agent. Should be bumped alongside plugin versions. */
public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-3.0.0";
public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-3.1.0";
/** Prefix for news template */
public static final String REQUEST_AGENT_NEWS_TEMPLATE_PREFIX = "News";

Expand Down
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/ios/Classes/FLTConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// limitations under the License.

/** Versioned request agent string. */
#define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-3.0.0"
#define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-3.1.0"
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: google_mobile_ads
version: 3.0.0
version: 3.1.0
description: Flutter plugin for Google Mobile Ads, supporting
banner, interstitial (full-screen), rewarded and native ads
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/google_mobile_ads
Expand Down

0 comments on commit 2673b84

Please sign in to comment.