From c68131d43c656070b17e1a517a6b2abfeb687c8c Mon Sep 17 00:00:00 2001 From: Naveen Sakthivel Date: Thu, 23 Sep 2021 09:14:08 -0700 Subject: [PATCH] bump version and fix vulnerable deps --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c7d683..d1068cf 100644 --- a/README.md +++ b/README.md @@ -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 ``` --- diff --git a/package.json b/package.json index 3e794b8..79d463f 100644 --- a/package.json +++ b/package.json @@ -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",