Skip to content

Commit

Permalink
Bump version to 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-ida committed May 13, 2024
1 parent 0f85ce2 commit eb1eca1
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 @@
Version 3.6.6 - May 2024
----------------
* Add `NSMotionUsageDescription` declaration for iOS
* Add radio scan callbacks API (NOTE! To enable the callbacks, please contact IndoorAtlas support)

Version 3.6.5 - May 2024
----------------
* Fixed compile on iOS
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-indooratlas",
"version": "3.6.5",
"version": "3.6.6",
"description": "Cordova plugin using IndoorAtlas SDK.",
"cordova": {
"id": "cordova-plugin-indooratlas",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-indooratlas"
version="3.6.5">
version="3.6.6">

<name>IndoorAtlas</name>
<description>IndoorAtlas Cordova Plugin.</description>
Expand Down

0 comments on commit eb1eca1

Please sign in to comment.