Skip to content

Commit

Permalink
fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbaar committed Jan 24, 2018
1 parent cd9e235 commit cf45425
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.5 (2017-10-13)

update dependency 'cordova-plugin-add-swift-support' to 1.7.1 (closes #24)

# 2.0.4 (2017-10-13)

fix Swift compiler issue (closes #10)
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-nativegeocoder",
"version": "2.0.4",
"version": "2.0.5",
"description": "Cordova plugin for native forward and reverse geocoding",
"cordova": {
"id": "cordova-plugin-nativegeocoder",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin id="cordova-plugin-nativegeocoder" version="2.0.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-nativegeocoder" version="2.0.5" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>NativeGeocoder</name>
<description>Cordova plugin for native forward and reverse geocoding</description>
<license>MIT</license>
Expand Down Expand Up @@ -42,7 +42,7 @@
<string>$LOCATION_WHEN_IN_USE_DESCRIPTION</string>
</config-file>

<dependency id="cordova-plugin-add-swift-support" version="1.7.0"/>
<dependency id="cordova-plugin-add-swift-support" version="1.7.1"/>
</platform>

</plugin>

0 comments on commit cf45425

Please sign in to comment.