We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fa4dd commit 77b29a1Copy full SHA for 77b29a1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-ble",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Bluetooth Low Energy Cordova plugin",
5
"cordova": {
6
"id": "cordova-plugin-ble",
@@ -11,7 +11,7 @@
11
},
12
"repository": {
13
"type": "git",
14
- "url": "git+https://github.com/evothings/cordova-ble.git#2.0.0"
+ "url": "git+https://github.com/evothings/cordova-ble.git#2.0.1"
15
16
"keywords": [
17
"bluetooth",
plugin.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest"
id="cordova-plugin-ble"
- version="2.0.0">
+ version="2.0.1">
7
8
<engines>
9
<engine name="cordova" version=">=6.0.0" />
0 commit comments