Skip to content

Commit

Permalink
release(v3.5.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermetz committed Dec 26, 2017
1 parent a2d5da3 commit ecd7b11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# 3.5.5

* Fixes: https://github.com/petermetz/cordova-plugin-ibeacon/issues/323
- Upgrades to the latest stable AltBeacon library at present (v2.12.4)

# 3.5.4

* Fix: Cordova Android 7.0.0 build issues averted:
- https://github.com/petermetz/cordova-plugin-ibeacon/pull/337

# 3.5.3

* Fix: WKWebView crash no longer happens
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": "com.unarin.cordova.beacon",
"version": "3.5.4",
"version": "3.5.5",
"description": "Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)",
"cordova": {
"id": "com.unarin.cordova.beacon",
Expand Down
2 changes: 1 addition & 1 deletion 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="com.unarin.cordova.beacon" version="3.5.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.unarin.cordova.beacon" version="3.5.5" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>Proximity Beacon Plugin</name>
<description>Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)</description>
Expand Down

0 comments on commit ecd7b11

Please sign in to comment.