Skip to content

Commit

Permalink
release(v3.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermetz committed Dec 26, 2017
1 parent 4553ee7 commit 202001f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.6.0

* Android now allows the usage of wildcard UUIDs by passing in `cordova.plugins.locationManager.BeaconRegion.WILDCARD_UUID`
as the UUID of a BeaconRegion (constructor)

# 3.5.6

* iOS 11 .plist compatibility added (`NSLocationAlwaysAndWhenInUseUsageDescription`)
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.6",
"version": "3.6.0",
"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.6" 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.6.0" 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 202001f

Please sign in to comment.