From c1dfd18d39b42fb8f124b0650edd8136149ccd39 Mon Sep 17 00:00:00 2001 From: bitttttten Date: Sun, 9 Jul 2023 23:11:26 +0200 Subject: [PATCH] 1.0.15 --- 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 38a674d..be2b9a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mechanical-counter", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 141ca77..87056cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mechanical-counter", - "version": "1.0.14", + "version": "1.0.15", "description": "mechanical counter for react built with framer-motion", "type": "module", "main": "./dist/index.cjs",