diff --git a/example/yarn.lock b/example/yarn.lock index 10862ce..9c1decb 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.2.1" + version "1.2.2" dependencies: prop-types "^15.8.1" diff --git a/package.json b/package.json index e2f0864..0d998d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipt/segmented-arc-for-react-native", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "description": "Segmented arc component for React Native ", "main": "src/index.js",