Skip to content

Commit

Permalink
bump version and fix vulnerable deps
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenrobo committed Sep 23, 2021
1 parent 2cd7d23 commit c68131d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0.9
npm install @teamdotworld/rn-ble-advertiser@2.2.2
```

---
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.2.1",
"version": "2.2.2",
"description": "A React native BLE Advertiser",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit c68131d

Please sign in to comment.