diff --git a/Example/package.json b/Example/package.json index 298bda4..c9053f5 100644 --- a/Example/package.json +++ b/Example/package.json @@ -12,7 +12,7 @@ "react": "16.8.3", "react-dom": "^16.8.6", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", - "react-native-input-spinner": "^1.2.6", + "react-native-input-spinner": "^1.2.7", "react-native-web": "^0.11.5" }, "prettier": { diff --git a/package.json b/package.json index 635f3d1..348d9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-spinner", - "version": "1.2.6", + "version": "1.2.7", "description": "React native input with increase and decrease buttons", "main": "index.js", "scripts": {