Skip to content

Commit b7bc33c

Browse files
Release version 2.7.2-wr.2
1 parent 185b872 commit b7bc33c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-googlemaps",
3-
"version": "2.7.2-wr.1",
3+
"version": "2.7.2-wr.2",
44
"description": "Google Maps native SDK for Android and iOS, and Google Maps JavaScript API v3 for browser.",
55
"cordova": {
66
"id": "cordova-plugin-googlemaps",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="cordova-plugin-googlemaps" version="2.7.2-wr.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="cordova-plugin-googlemaps" version="2.7.2-wr.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>cordova-plugin-googlemaps</name>
44
<js-module name="Promise" src="www/Promise.js" />
55
<js-module name="BaseClass" src="www/BaseClass.js">

0 commit comments

Comments
 (0)