Skip to content

Commit 6d42e2b

Browse files
committed
Update version, add changelog
1 parent d3820c1 commit 6d42e2b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 1.0.1 - 2019-11-10
2+
- Add NSBluetoothAlwaysUsageDescription

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-bluetooth-peripheral-usage-description",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Set Bluetooth Peripheral Usage Description on iOS",
55
"cordova": {
66
"id": "cordova-plugin-bluetooth-peripheral-usage-description",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-bluetooth-peripheral-usage-description" version="1.0.0">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-bluetooth-peripheral-usage-description" version="1.0.1">
33
<name>Bluetooth Peripheral Usage Description</name>
44
<description>Set Bluetooth Peripheral Usage Description on iOS</description>
55
<author>Rand Dusing</author>

0 commit comments

Comments
 (0)