Skip to content

Commit

Permalink
SDK 3.1.2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-ida authored Nov 18, 2019
1 parent 2329291 commit 7253e4a
Show file tree
Hide file tree
Showing 6 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 @@
Version 3.1.2 - November 2019
----------------
* Update IndoorAtlas SDKs to 3.1.2

Version 3.1.1 - October 2019
----------------
* Update IndoorAtlas SDKs to 3.1.1
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.1.1",
"version": "3.1.2",
"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.1.1">
version="3.1.2">

<name>IndoorAtlas</name>
<description>IndoorAtlas Cordova Plugin.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/android/indooratlas.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repositories {

dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.indooratlas.android:indooratlas-android-sdk:3.1.1'
compile 'com.indooratlas.android:indooratlas-android-sdk:3.1.2'
}
Binary file modified src/ios/IndoorAtlas/IndoorAtlas.framework/IndoorAtlas
Binary file not shown.
Binary file modified src/ios/IndoorAtlas/IndoorAtlas.framework/Info.plist
Binary file not shown.

0 comments on commit 7253e4a

Please sign in to comment.