-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [3.2.1](v3.2.0...v3.2.1) (2021-12-28) ### Bug Fixes * adUnitId in sendAdevent is nil on error ([d633340](d633340))
- Loading branch information
1 parent
22ec558
commit fae0ec7
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@invertase/react-native-google-ads", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Google Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", | ||
"main": "lib/index.js", | ||
|