Skip to content

Commit 115034a

Browse files
committed
bump version
1 parent 89ed0c5 commit 115034a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ A ListView with pull-to-refresh, infinite scrolling and more for Android and iOS
88

99

1010
### Changelog
11-
- 0.0.12 RN 0.20.0 support (PR @akiver)
11+
#### 0.0.13
12+
- Use RefreshControl instead of own implementation for pull-to-refresh (PR @SpaceK33z)
13+
14+
1215

1316
### Simple example
1417

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-gifted-listview",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "A ListView with pull-to-refresh, infinite scrolling and more for Android and iOS React-Native apps",
55
"main": "GiftedListView.js",
66
"scripts": {

0 commit comments

Comments
 (0)