diff --git a/README.md b/README.md index 69a6c50..2c37e5a 100644 --- a/README.md +++ b/README.md @@ -213,16 +213,16 @@ ClickstreamAnalytics.updateConfigure({ ### Integrate the `.tgz` file -Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.9.0.tgz` zip package, which will be located in the project root folder. +Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.9.1.tgz` zip package, which will be located in the project root folder. ```bash cd clickstream-web && npm i && npm run pack ``` -Copy the `aws-clickstream-web-0.9.0.tgz` into your project, then execute the script in your project root folder to install the SDK. +Copy the `aws-clickstream-web-0.9.1.tgz` into your project, then execute the script in your project root folder to install the SDK. ```bash -npm install ./aws-clickstream-web-0.9.0.tgz +npm install ./aws-clickstream-web-0.9.1.tgz ``` -**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.9.0.tgz` file is located. +**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.9.1.tgz` file is located. ### Integrate the `clickstream-web.min.js` file Execute the following script to generate `clickstream-web.min.js`, located in the `/dist` folder. diff --git a/package-lock.json b/package-lock.json index 14887ce..0378924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws/clickstream-web", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aws/clickstream-web", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "dependencies": { "@aws-amplify/core": "^5.5.1", diff --git a/package.json b/package.json index 8fb820e..4c9130f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/clickstream-web", - "version": "0.9.0", + "version": "0.9.1", "description": "ClickstreamAnalytics Web SDK", "license": "Apache-2.0", "main": "./lib/index.ts",