Skip to content

Commit b6fc324

Browse files
committed
release: clickstream React Native 0.2.0
1 parent eb2bf97 commit b6fc324

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,24 +301,24 @@ ClickstreamAnalytics.enable();
301301

302302
## How to integrate and test locally
303303

304-
Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.1.1.tgz` zip
304+
Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.2.0.tgz` zip
305305
package, which will be located in the project root folder.
306306

307307
```bash
308308
cd clickstream-react-native && yarn && yarn run pack
309309
```
310310

311-
Copy the `aws-clickstream-react-native-0.1.1.tgz` into your project, then execute the script in your project root folder to
311+
Copy the `aws-clickstream-react-native-0.2.0.tgz` into your project, then execute the script in your project root folder to
312312
install the SDK.
313313

314314
```bash
315-
yarn add ./aws-clickstream-react-native-0.1.1.tgz
315+
yarn add ./aws-clickstream-react-native-0.2.0.tgz
316316
```
317317

318-
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.1.1.tgz` file is
318+
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.2.0.tgz` file is
319319
located.
320320

321-
You can also find the `aws-clickstream-react-native-0.1.1.tgz` file in
321+
You can also find the `aws-clickstream-react-native-0.2.0.tgz` file in
322322
the [Release](https://github.com/awslabs/clickstream-react-native/releases) page.
323323

324324
### Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/clickstream-react-native",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "ClickstreamAnalytics React Native SDK",
55
"main": ".lib/src/index.js",
66
"module": "./lib-esm/src/index.js",

0 commit comments

Comments
 (0)