From c8a8b5647baa08e1dc0b927af8edf54a3a286e77 Mon Sep 17 00:00:00 2001
From: Marco Cesarato <cesarato.developer@gmail.com>
Date: Tue, 22 Dec 2020 23:47:39 +0100
Subject: [PATCH] chore(release): 1.3.6

---
 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 239c90a..4398d32 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.3",
+		"react-native-input-spinner": "^1.3.6",
 		"react-native-web": "^0.14.10"
 	},
 	"prettier": {
diff --git a/package.json b/package.json
index 5fd9b81..cdb67e7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "react-native-input-spinner",
-	"version": "1.3.3",
+	"version": "1.3.6",
 	"description": "React native input with increase and decrease buttons",
 	"main": "index.js",
 	"scripts": {