Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FaridSafi committed Mar 15, 2016
1 parent 16b362d commit 73e16fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dependency: React-Native >= v0.20.0 (scrollTo is now using {x, y, animated})


### Changelog
- 0.0.23 displayNamesInsideBubble and keyboardShouldPersistTaps props (PR @koppelaar), Expose full rowData to renderCustomText and add dynamic hide/show text input (PR @bpeters)
- 0.0.21 Updating example for RN 0.20.0
- 0.0.20 scrollTo support for react-native 0.20.0
- 0.0.19 Fix scrollWithoutAnimationTo for react-native 0.19.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-gifted-messenger",
"version": "0.0.21",
"version": "0.0.23",
"description": "The chat of your next React-Native Apps",
"main": "GiftedMessenger.js",
"scripts": {
Expand Down

0 comments on commit 73e16fe

Please sign in to comment.