diff --git a/example/package.json b/example/package.json index 8ea98ef..86d2f30 100644 --- a/example/package.json +++ b/example/package.json @@ -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", @@ -32,4 +32,4 @@ "jest": { "preset": "react-native" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index d8c1f4f..b366f03 100644 --- a/package.json +++ b/package.json @@ -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",