Skip to content

Commit

Permalink
Version Bump for iOS rawData subscribe fix II.
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   CHANGES.txt
	modified:   package.json
	modified:   plugin.xml
	modified:   www/bluetoothClassicSerial.js
  • Loading branch information
Steve Campbell committed Aug 25, 2016
1 parent 2c96d5b commit 656f4ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 0.9.8 =
Fix iOS issue with raw subscribe return II

= 0.9.7 =
Fix iOS issue with raw subscribe return

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-bluetoothClassic-serial",
"version": "0.9.7",
"version": "0.9.8",
"description": "Bluetooth Serial Communication Plugin",
"cordova": {
"id": "cordova-plugin-bluetoothClassic-serial",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-bluetoothClassic-serial"
version="0.9.7">
version="0.9.8">

<name>Bluetooth Classic Serial</name>
<description>Bluetooth Serial Communication Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion www/bluetoothClassicSerial.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*global cordova*/
module.exports = {

version: '0.9.7',
version: '0.9.8',

connect: function (deviceId, interfaceArray, success, failure) {

Expand Down

0 comments on commit 656f4ea

Please sign in to comment.