Skip to content

Commit 6c01a28

Browse files
committed
Release 2.9.1: Android only changes
1 parent 27e2a79 commit 6c01a28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## Version 2.9.1-dev
3+
## Version 2.9.1 (03.09.2025)
44

55
### Android
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cordova GoogleMaps plugin for Android, iOS and Browser version 2.9.1-dev
1+
# Cordova GoogleMaps plugin for Android, iOS and Browser version 2.9.1
22

33
This is the continuation of the discontinued plugin [cordova-plugin-googlemaps](https://github.com/mapsplugin/cordova-plugin-googlemaps).
44

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-2",
3-
"version": "2.9.1-dev",
3+
"version": "2.9.1",
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-2",

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-2" version="2.9.1-dev" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="cordova-plugin-googlemaps-2" version="2.9.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>cordova-plugin-googlemaps-2</name>
44
<js-module name="Promise" src="www/Promise.js" />
55
<js-module name="BaseClass" src="www/BaseClass.js">

0 commit comments

Comments
 (0)