From da0c3b6f1940502038290c7038485ce328071e31 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Wed, 24 Jun 2020 14:32:44 +0200 Subject: [PATCH] chore: release 1.2.12 --- 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 2261db3..ac20a70 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.11", + "react-native-input-spinner": "^1.2.12", "react-native-web": "^0.11.5" }, "prettier": { diff --git a/package.json b/package.json index 80832b3..c6e4be7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-spinner", - "version": "1.2.11", + "version": "1.2.12", "description": "React native input with increase and decrease buttons", "main": "index.js", "scripts": {