Skip to content

Commit

Permalink
RMET-3539 Location Plugin - Prepare to release verison 4.0.1-OS12 (#26
Browse files Browse the repository at this point in the history
)

* chore(release): raise to version 4.0.1-OS12

References: https://outsystemsrd.atlassian.net/browse/RMET-3539

* refactor: refactor changelog
  • Loading branch information
alexgerardojacinto authored Jul 18, 2024
1 parent 0265c7c commit 8c920a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.0.1-OS12]
### Fixes
- Fix on Android to return an error if the user denies to enable the location when prompted by the plugin [RMET-3539](https://outsystemsrd.atlassian.net/browse/RMET-3539)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-geolocation",
"version": "4.0.1-OS11",
"version": "4.0.1-OS12",
"description": "Cordova Geolocation Plugin",
"cordova": {
"id": "cordova-plugin-geolocation",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-geolocation"
version="4.0.1-OS11">
version="4.0.1-OS12">

<name>Geolocation</name>
<description>Cordova Geolocation Plugin</description>
Expand Down

0 comments on commit 8c920a7

Please sign in to comment.