Skip to content

Commit

Permalink
chore(hotfix release): raise to version 4.0.1-OS8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Sep 23, 2021
1 parent 7982065 commit 62f1252
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [4.0.1-OS8]
### Fixes
- Fixed GetLocations for iOS to return a number instead of a string [RMET-918](https://outsystemsrd.atlassian.net/browse/RMET-918)

## [4.0.1-OS7]
### Fixes
- Fixed requestLocationUpdatesIfSettingsSatisfied method to show the user a dialog to enable location or change location settings [RMET-608](https://outsystemsrd.atlassian.net/browse/RMET-608)
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-OS7",
"version": "4.0.1-OS8",
"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-OS7">
version="4.0.1-OS8">

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

0 comments on commit 62f1252

Please sign in to comment.