diff --git a/package-lock.json b/package-lock.json index 8a06300..11921f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "check-stats-modules", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6b530da..adc66da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "check-stats-modules", - "version": "1.2.3", + "version": "1.3.0", "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",