Skip to content

Commit

Permalink
release(v3.8.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienEstienne committed Sep 12, 2022
1 parent b3f5fe6 commit 6efbdd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Thumbs.db

nbproject/
node_modules/
.history
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.8.3
- docs: update package name and urls

# 3.8.2
- build(android): updated AltBeacon library to 2.19.4 (to be compliant with android 12)
- fix(build) : Migrate gradle configuration to be compatible with gradle 7
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": "@sestienne/cordova-plugin-ibeacon",
"version": "3.8.2",
"version": "3.8.3",
"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.8.2" 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.8.3" 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 6efbdd1

Please sign in to comment.