From 72aeebb33403490bb6fd4144c0caa9e374033c62 Mon Sep 17 00:00:00 2001 From: Brian Sinnicke Date: Sat, 27 Oct 2018 06:36:11 -0400 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cb5be0..8f02906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-simple-stepper", - "version": "1.18.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2ea056..1a10680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-simple-stepper", - "version": "1.18.1", + "version": "2.0.0", "description": "A super simple react-native implementation of the UIStepper from iOS.", "main": "index.js", "directories": {