Skip to content

Commit 47777d3

Browse files
bump
1 parent 67ead7f commit 47777d3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# NativeScript <img src="https://github.com/EddyVerbruggen/nativescript-bluetooth/raw/master/bluetooth.gif" height="20px" alt="Bluetooth"/> plugin
22

3+
[![NPM version][npm-image]][npm-url]
4+
[![Downloads][downloads-image]][npm-url]
5+
[![Twitter Follow][twitter-image]][twitter-url]
6+
7+
[npm-image]:http://img.shields.io/npm/v/nativescript-bluetooth.svg
8+
[npm-url]:https://npmjs.org/package/nativescript-bluetooth
9+
[downloads-image]:http://img.shields.io/npm/dm/nativescript-bluetooth.svg
10+
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
11+
[twitter-url]:https://twitter.com/eddyverbruggen
12+
313
### Use when you want to
414
* scan for Bluetooth LE / Smart peripherals,
515
* connect to those peripherals,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-bluetooth",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description" : "Connect to and interact with Bluetooth LE peripherals",
55
"main" : "bluetooth",
66
"typings": "bluetooth.d.ts",

0 commit comments

Comments
 (0)