diff --git a/example/yarn.lock b/example/yarn.lock index 6bbb652..aaf8c2a 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1673,7 +1673,7 @@ nullthrows "^1.1.1" "@shipt/segmented-arc-for-react-native@file:..": - version "1.1.0" + version "1.1.1" dependencies: prop-types "^15.8.1" diff --git a/package.json b/package.json index 7db2666..b00a83d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipt/segmented-arc-for-react-native", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "description": "Segmented arc component for React Native ", "main": "src/index.js",