Skip to content

Commit 77b29a1

Browse files
author
Mikael Kindborg
committed
Updated version to 2.0.1
1 parent 62fa4dd commit 77b29a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ble",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Bluetooth Low Energy Cordova plugin",
55
"cordova": {
66
"id": "cordova-plugin-ble",
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/evothings/cordova-ble.git#2.0.0"
14+
"url": "git+https://github.com/evothings/cordova-ble.git#2.0.1"
1515
},
1616
"keywords": [
1717
"bluetooth",

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest"
55
id="cordova-plugin-ble"
6-
version="2.0.0">
6+
version="2.0.1">
77

88
<engines>
99
<engine name="cordova" version=">=6.0.0" />

0 commit comments

Comments
 (0)