Skip to content

Commit

Permalink
Bump version to 0.1.0. Add warning about this sdk being beta (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td authored Apr 2, 2021
1 parent ecefd6f commit 7d61d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# td-react-native-sdk
# td-react-native-sdk Beta

> :warning: **This sdk is still in beta and contains experimental features, it may not be ready to be used in production app**
td-react-native-sdk is React Native module that uses native iOS and Android SDK underneath to provide Treasure Data Mobile SDK features for React Native apps. You can see more detailed documentation in repositories for [Treasure Data iOS SDK](https://github.com/treasure-data/td-ios-sdk) and [Treasure Data Android SDK](https://github.com/treasure-data/td-android-sdk).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "td-react-native-sdk",
"title": "Treasure Data React Native SDK",
"version": "0.0.1",
"version": "0.1.0",
"description": "React Native SDK for integration with Treasure Data",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 7d61d84

Please sign in to comment.