From ac51d0961edef06838ea535c44f9d78b853096cf Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Fri, 27 Nov 2020 09:12:49 +0100 Subject: [PATCH] chore(release): 1.3.2 --- Example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index 8a910b9..71daf24 100644 --- a/Example/package.json +++ b/Example/package.json @@ -12,7 +12,7 @@ "react": "16.14.0", "react-dom": "^16.14.0", "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz", - "react-native-input-spinner": "^1.3.1", + "react-native-input-spinner": "^1.3.2", "react-native-web": "^0.14.8" }, "prettier": { diff --git a/package.json b/package.json index 72f7471..37d032d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-spinner", - "version": "1.3.1", + "version": "1.3.2", "description": "React native input with increase and decrease buttons", "main": "index.js", "scripts": {