Skip to content

Commit c80ca8e

Browse files
committed
release: clickstream React Native 0.1.0
1 parent 818767c commit c80ca8e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -284,24 +284,24 @@ ClickstreamAnalytics.enable();
284284

285285
## How to integrate and test locally
286286

287-
Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.0.1.tgz` zip
287+
Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.1.0.tgz` zip
288288
package, which will be located in the project root folder.
289289

290290
```bash
291291
cd clickstream-react-native && yarn && yarn run pack
292292
```
293293

294-
Copy the `aws-clickstream-react-native-0.0.1.tgz` into your project, then execute the script in your project root folder to
294+
Copy the `aws-clickstream-react-native-0.1.0.tgz` into your project, then execute the script in your project root folder to
295295
install the SDK.
296296

297297
```bash
298-
yarn add ./aws-clickstream-react-native-0.0.1.tgz
298+
yarn add ./aws-clickstream-react-native-0.1.0.tgz
299299
```
300300

301-
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.0.1.tgz` file is
301+
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.1.0.tgz` file is
302302
located.
303303

304-
You can also find the `aws-clickstream-react-native-0.0.1.tgz` file in
304+
You can also find the `aws-clickstream-react-native-0.1.0.tgz` file in
305305
the [Release](https://github.com/awslabs/clickstream-react-native/releases) page.
306306

307307
### Test

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/clickstream-react-native",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "ClickstreamAnalytics React Native SDK",
55
"main": ".lib/src/index.js",
66
"module": "./lib-esm/src/index.js",
@@ -102,6 +102,6 @@
102102
"*.podspec",
103103
"!**/__tests__",
104104
"!**/.*",
105-
"!**/example"
105+
"!**/example"
106106
]
107107
}

0 commit comments

Comments
 (0)