diff --git a/README.md b/README.md index fc9550d..a3df5ec 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,12 @@ compile project(':react-native-zendesk-chat') Chat.INSTANCE.init(mReactContext, key); ``` -## TODO +## Contributing -- Allow setting form configuration from JS -- Add examples +- Pull Requests are encouraged! +- Be respectful! +- The trunk branch of this repo is called `main` ## License -React Native is MIT licensed, as found in the [LICENSE](https://github.com/taskrabbit/react-native-zendesk-chat/LICENSE) file. +React Native Zendesk Chat is MIT licensed, as found in the [LICENSE](https://github.com/taskrabbit/react-native-zendesk-chat/LICENSE) file. diff --git a/package.json b/package.json index 98289db..fb9d34c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-zendesk-chat", - "version": "0.3.2", + "version": "0.4.0", "description": "React Native Wrapper around Zopim Zendesk Chat", "main": "index.js", "types": "RNZendeskChat.d.ts",