Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran-McIntyre committed Jan 4, 2021
1 parent 817f050 commit 04b9bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"faker": "^5.1.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-section-alphabet-list": "2.0.2"
"react-native-section-alphabet-list": "2.0.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand All @@ -32,4 +32,4 @@
"jest": {
"preset": "react-native"
}
}
}
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-section-alphabet-list",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 04b9bce

Please sign in to comment.