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",