Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenrobo committed Oct 6, 2021
1 parent 0e6fbdd commit 8af968d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm login --scope=@teamdotworld --registry=https://npm.pkg.github.com
Now install the package. See the releases and use latest version

```sh
npm install @teamdotworld/rn-ble-advertiser@2.3.0
npm install @teamdotworld/rn-ble-advertiser@2.3.1
```

---
Expand Down Expand Up @@ -79,12 +79,11 @@ ReactNativeBleAdvertiser.setData('1234'); // set the data
setTimeout(() => {
// start the service after setting data. Restart if the data is changed after starting
ReactNativeBleAdvertiser.startBroadcast();

setTimeout(() => {
// start the service after setting data. Restart if the data is changed after starting
ReactNativeBleAdvertiser.stopBroadcast();
// start the service after setting data. Restart if the data is changed after starting
ReactNativeBleAdvertiser.stopBroadcast();
}, 4000);

}, 4000);
```

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": "@teamdotworld/rn-ble-advertiser",
"version": "2.3.0",
"version": "2.3.1",
"description": "A React native BLE Advertiser",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8af968d

Please sign in to comment.