Skip to content

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damoclarke committed Mar 9, 2015
1 parent 41453c5 commit fb6fafb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "1.0.2",
"name": "com.blueCats.BlueCatsSDKCDVPlugin",
"cordova_name": "BlueCats Bluetooth Low Energy (BLE) SDK Plugin",
"engines": [
Expand Down
6 changes: 5 additions & 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://cordova.apache.org/ns/plugins/1.0"
id="com.bluecats.beacons"
version="0.0.3">
version="1.0.2">

<!-- This plugin requires Cordova version 3.1.0 or newer. -->
<engines>
Expand All @@ -23,6 +23,10 @@
</feature>
</config-file>

<config-file target="*-Info.plist" parent="NSLocationAlwaysUsageDescription">
<string>Beacons customise the app experience for your location</string>
</config-file>

<header-file src="src/ios/BlueCatsSDKCDVPlugin.h" />
<source-file src="src/ios/BlueCatsSDKCDVPlugin.m" />

Expand Down

0 comments on commit fb6fafb

Please sign in to comment.