Skip to content

Commit

Permalink
Update version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
randdusing committed Nov 10, 2019
1 parent d3820c1 commit 6d42e2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.0.1 - 2019-11-10
- Add NSBluetoothAlwaysUsageDescription
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-bluetooth-peripheral-usage-description",
"version": "1.0.0",
"version": "1.0.1",
"description": "Set Bluetooth Peripheral Usage Description on iOS",
"cordova": {
"id": "cordova-plugin-bluetooth-peripheral-usage-description",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-bluetooth-peripheral-usage-description" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-bluetooth-peripheral-usage-description" version="1.0.1">
<name>Bluetooth Peripheral Usage Description</name>
<description>Set Bluetooth Peripheral Usage Description on iOS</description>
<author>Rand Dusing</author>
Expand Down

0 comments on commit 6d42e2b

Please sign in to comment.