Skip to content

Commit 3bda017

Browse files
committed
chore(release): raised version to 4.0.1-OS10.
1 parent 96e85d8 commit 3bda017

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.0.1-OS10]
8+
- New plugin release to include metadata tag for MABS 7.2.0 compatibility
9+
710
## [4.0.1-OS9]
811
### Fixes
912
- Fixed Android AddWatch deny permissions crash [RMET-964](https://outsystemsrd.atlassian.net/browse/RMET-964)

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-geolocation",
3-
"version": "4.0.1-OS9",
3+
"version": "4.0.1-OS10",
44
"description": "Cordova Geolocation Plugin",
55
"cordova": {
66
"id": "cordova-plugin-geolocation",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-geolocation"
25-
version="4.0.1-OS9">
25+
version="4.0.1-OS10">
2626

2727
<name>Geolocation</name>
2828
<description>Cordova Geolocation Plugin</description>

0 commit comments

Comments
 (0)