Skip to content

Commit 5006a94

Browse files
committed
Prepare 0.4.0 Release
1 parent 394e8fa commit 5006a94

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,12 @@ compile project(':react-native-zendesk-chat')
166166
Chat.INSTANCE.init(mReactContext, key);
167167
```
168168

169-
## TODO
169+
## Contributing
170170

171-
- Allow setting form configuration from JS
172-
- Add examples
171+
- Pull Requests are encouraged!
172+
- Be respectful!
173+
- The trunk branch of this repo is called `main`
173174

174175
## License
175176

176-
React Native is MIT licensed, as found in the [LICENSE](https://github.com/taskrabbit/react-native-zendesk-chat/LICENSE) file.
177+
React Native Zendesk Chat is MIT licensed, as found in the [LICENSE](https://github.com/taskrabbit/react-native-zendesk-chat/LICENSE) file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-zendesk-chat",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "React Native Wrapper around Zopim Zendesk Chat",
55
"main": "index.js",
66
"types": "RNZendeskChat.d.ts",

0 commit comments

Comments
 (0)