Skip to content

Commit

Permalink
chore(release): raise to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
usernuno committed Nov 22, 2019
1 parent e73f03f commit f8478c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [1.0.3]
### Removals
- Remove NSLocationAlwaysUsageDescription preference from plugin.xml [RNMT-3561](https://outsystemsrd.atlassian.net/browse/RNMT-3561)

Expand All @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.1]
- Adds Add NSLocationWhenInUseUsageDescription preference to plugin.xml

[Unreleased]: https://github.com/OutSystems/Cordova-Plugin-FileChooser/compare/1.0.2...HEAD
[Unreleased]: https://github.com/OutSystems/Cordova-Plugin-FileChooser/compare/1.0.3...HEAD
[1.0.2]: https://github.com/OutSystems/Cordova-Plugin-FileChooser/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/OutSystems/Cordova-Plugin-FileChooser/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/OutSystems/Cordova-Plugin-FileChooser/compare/1.0.0...1.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.outsystems.plugins.filechooser",
"version": "1.0.2",
"version": "1.0.3",
"description": "FileChooser for Cordova applications running on Android 4.4 (KitKat)",
"cordova": {
"id": "com.outsystems.plugins.filechooser",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.outsystems.plugins.filechooser"
version="1.0.2">
version="1.0.3">

<name>KitKat FileChooser</name>
<description>FileChooser for Cordova applications running on Android 4.4 (KitKat)</description>
Expand Down

0 comments on commit f8478c6

Please sign in to comment.