From c9cd1591acc3ec327956feae46b036c62a20d475 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Mon, 2 Dec 2024 15:34:30 +0000 Subject: [PATCH] chore(release): raise to version 4.0.1-OS13 (#28) References: https://outsystemsrd.atlassian.net/browse/RMET-3882 --- CHANGELOG.md | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051c950c..a15e5394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6877bfb4..4acb4fe1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index 0d7ba1f1..05d1dbec 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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"> Geolocation Cordova Geolocation Plugin