From 61fb53b6966f58639662ec9f7a697635839525f6 Mon Sep 17 00:00:00 2001 From: rgommezz Date: Thu, 12 Jan 2023 02:41:51 +0000 Subject: [PATCH] chore: release 0.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46030c9..b4e954b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-animated-stopwatch", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-animated-stopwatch", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", diff --git a/package.json b/package.json index 20adc83..8c5c09d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animated-stopwatch", - "version": "0.1.0", + "version": "0.2.0", "description": "React Native Stopwatch component that smoothly animates the digits change", "main": "lib/commonjs/index", "module": "lib/module/index",