From c6b45d44a22b88808576aae21ce4c961d0c1ea18 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Fri, 25 Sep 2020 12:54:40 +0200 Subject: [PATCH] chore: release 1.2.19 --- 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 f85d003..01d3440 100644 --- a/Example/package.json +++ b/Example/package.json @@ -12,7 +12,7 @@ "react": "16.13.1", "react-dom": "^16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", - "react-native-input-spinner": "^1.2.18", + "react-native-input-spinner": "^1.2.19", "react-native-web": "^0.13.5" }, "prettier": { diff --git a/package.json b/package.json index 60bda2f..2632645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-spinner", - "version": "1.2.18", + "version": "1.2.19", "description": "React native input with increase and decrease buttons", "main": "index.js", "scripts": {