Skip to content

Commit

Permalink
chore(release): raise to version 4.0.1-OS13 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto authored Dec 2, 2024
1 parent 7cc022b commit c9cd159
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-OS13]
### Fixes
- Fix on Android to stop location updates when watch times out quickly [RMET-2621](https://outsystemsrd.atlassian.net/browse/RMET-2621)

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-OS12",
"version": "4.0.1-OS13",
"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-OS12">
version="4.0.1-OS13">

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

0 comments on commit c9cd159

Please sign in to comment.