Skip to content

Commit

Permalink
Version bumped for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom committed Jan 23, 2025
1 parent 0ddbc09 commit 55aa2ad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages/google_mobile_ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.3.1
* Fixes dart SDK low bound building issues: https://github.com/googleads/googleads-mobile-flutter/issues/1234

## 5.3.0
* Updated WebView Flutter Android dependency
* Adds support for the new Debug Geography enums for the UMP SDK:
Expand Down
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-5.3.0";
public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-5.3.1";
/** 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-5.3.0"
#define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-5.3.1"
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/ios/google_mobile_ads.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'google_mobile_ads'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Google Mobile Ads plugin for Flutter.'
s.description = <<-DESC
Google Mobile Ads plugin for Flutter.
Expand Down
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: 5.3.0
version: 5.3.1
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 55aa2ad

Please sign in to comment.