Skip to content

Commit

Permalink
Update changelog and bump version on Android to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiskar committed Sep 17, 2019
1 parent f48340c commit 057f76d
Show file tree
Hide file tree
Showing 3 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.0.2 - September 2019
----------------
* Fix Android crash in case of repeated deviceready (#36)

Version 3.0.1 - August 2019
----------------
* Fix FloorPlan.coordinateToPoint & pointToCoordinate. Both methods
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.0.1",
"version": "3.0.2",
"description": "Cordova plugin using IndoorAtlas SDK.",
"cordova": {
"id": "cordova-plugin-indooratlas",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1">
version="3.0.2">

<name>IndoorAtlas</name>
<description>IndoorAtlas Cordova Plugin.</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<key>name</key>
<string>cordova</string>
<key>version</key>
<string>3.0.1</string>
<string>3.0.2</string>
</dict>
</config-file>
<framework src="CFNetwork.framework"/>
Expand Down

0 comments on commit 057f76d

Please sign in to comment.