diff --git a/package-lock.json b/package-lock.json index 5663696..3d0ec62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "check-stats-modules", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f29de7..b728413 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-stats-modules", - "version": "1.2.2", + "version": "1.2.3", "description": "check-stats-modules(csm) is is a CLI application that obtains the specified npm module's stats. After specifying the module name and period, the number of downloads during that period is acquired and displayed on the terminal.", "license": "MIT", "main": "./lib/check-stats-modules",