Skip to content

Commit

Permalink
chore(release): raise version to 4.0.1-OS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckytuh committed Oct 9, 2019
1 parent 84df9bb commit ada9fd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1-OS2]

### Additions

- Add new native implementation on Android [RNMT-2811](https://outsystemsrd.atlassian.net/browse/RNMT-2811)

## [4.0.1-OS1]

### Additions
- Adds NSLocationAlwaysUsageDescription preference to plugin.xml [RNMT-2651](https://outsystemsrd.atlassian.net/browse/RNMT-2651)

## [4.0.1-OS]
- Fix to allow 4.0.0 version install [CB-13705](https://issues.apache.org/jira/browse/CB-13705)

[Unreleased]: https://github.com/OutSystems/cordova-plugin-geolocation/compare/4.0.1-OS...HEAD
[4.0.1-OS2]: https://github.com/OutSystems/cordova-plugin-geolocation/compare/4.0.1-OS1...4.0.1-OS2
[4.0.1-OS1]: https://github.com/OutSystems/cordova-plugin-geolocation/compare/4.0.1-OS...4.0.1-OS1
[4.0.1-OS]: https://github.com/OutSystems/cordova-plugin-geolocation/compare/4.0.1...4.0.1-OS
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-OS1",
"version": "4.0.1-OS2",
"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-OS1">
version="4.0.1-OS2">

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

0 comments on commit ada9fd6

Please sign in to comment.