Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
prepare release, update package.json and plugin.xml
  • Loading branch information
randdusing committed Sep 21, 2016
1 parent 762f3e5 commit 6fd138c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 4.2.1 - 2016-07-25
- Fix issue with queuing getting stuck when device disconnects / closes
## 4.3.0 - 2016-09-21
- Fix issue with queuing getting stuck when device disconnects / closes [\#315](https://github.com/randdusing/cordova-plugin-bluetoothle/pull/315)
- Add ability to force rediscover via clearCache parameter (Android) [\#340](https://github.com/randdusing/cordova-plugin-bluetoothle/pull/340)
- UUIDs are now always uppercase [\#337](https://github.com/randdusing/BluetoothLE/issues/337)
- Fix issue with discoveredState being null on connect error, which caused NullPointerExceptions [\#342](https://github.com/randdusing/BluetoothLE/issues/342)
- Add ability to auto connect via autoConnect parameter (Android) [\#333](https://github.com/randdusing/BluetoothLE/issues/333)
- Update package.json engines [\#348](https://github.com/randdusing/cordova-plugin-bluetoothle/pull/348)

## 4.2.0 - 2016-07-09
- Added ability to bond/unbond on Android
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-bluetoothle",
"version": "4.2.1",
"version": "4.3.0",
"description": "Use the Bluetooth Low Energy plugin to connect your Cordova app to new Bluetooth devices like heart rate monitors, thermometers, etc...",
"cordova": {
"id": "cordova-plugin-bluetoothle",
Expand All @@ -27,7 +27,7 @@
],
"engines": {
"cordovaDependencies": {
"4.2.0": {
"4.3.0": {
"cordova": ">=5.0.0",
"cordova-android": ">=5.0.0"
},
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" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" id="cordova-plugin-bluetoothle" version="4.2.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" id="cordova-plugin-bluetoothle" version="4.3.0">
<engines>
<engine name="cordova-plugman" version=">=5.0.0" />
<engine name="cordova-android" version=">=5.0.0" />
Expand Down

0 comments on commit 6fd138c

Please sign in to comment.