Skip to content

Commit

Permalink
Patch version: 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Aug 10, 2017
1 parent 0975a37 commit 71791ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

##v4.0.4
- Fix Ionic Native navigate() options mapping in v4. Fixes #145.

##v4.0.3
- Replace bundled localforage with version that contains polyfill for promises API. Resolves #142.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.3",
"version": "4.0.4",
"name": "uk.co.workingedge.phonegap.plugin.launchnavigator",
"cordova_name": "Launch Navigator",
"description": "Cordova/Phonegap plugin to navigate to a destination using native navigation apps on Android, iOS, and Windows Phone",
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://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="uk.co.workingedge.phonegap.plugin.launchnavigator"
version="4.0.3">
version="4.0.4">

<name>Launch Navigator</name>
<description>Cordova/Phonegap plugin to navigate to a destination using native navigation apps on Android, iOS, and Windows Phone</description>
Expand Down

0 comments on commit 71791ba

Please sign in to comment.