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",