From e11dc1993d4bc0c4cd74c3dbb2549f79e5d21e5e Mon Sep 17 00:00:00 2001 From: Benjamin Intal Date: Mon, 2 Aug 2021 02:45:28 +0800 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 5c9b992..55da518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "counterup2", - "version": "1.0.4", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ecae7e..d6bdf0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "counterup2", - "version": "1.0.4", + "version": "2.0.0", "description": "Counter-Up2 is a lightweight module that counts up to a targeted number when the number becomes visible.", "main": "dist/index.js", "exports": "./index.js",