From 5006a94b8c90366c07784fb4eb61ba46b99c624c Mon Sep 17 00:00:00 2001 From: Frederic Barthelemy Date: Thu, 9 Jul 2020 12:54:57 -0700 Subject: [PATCH] Prepare 0.4.0 Release --- README.md | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",