From e032de4b71b37f56656df1816167e973ef9d4298 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Thu, 7 Jan 2021 19:54:08 +0100 Subject: [PATCH] chore(release): 1.3.7 --- 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 4398d32..d294a89 100644 --- a/Example/package.json +++ b/Example/package.json @@ -12,7 +12,7 @@ "react": "17.0.1", "react-dom": "^17.0.1", "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", - "react-native-input-spinner": "^1.3.6", + "react-native-input-spinner": "^1.3.7", "react-native-web": "^0.14.10" }, "prettier": { diff --git a/package.json b/package.json index cdb67e7..0d4eac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-spinner", - "version": "1.3.6", + "version": "1.3.7", "description": "React native input with increase and decrease buttons", "main": "index.js", "scripts": {