diff --git a/package-lock.json b/package-lock.json index 5d0c775..79e805c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contract-expiration-tracker", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contract-expiration-tracker", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -21035,4 +21035,4 @@ "integrity": "sha512-If2a6jdm278dfWmn6NL7oC1lNYRHOthBw0C78LsKvtAHHFNsMudvFhDn2fF/b74txWtSosJJiuJ7jBPn/xP6HQ==" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 597ac5f..edc2389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contract-expiration-tracker", - "version": "1.0.0", + "version": "1.0.1", "description": "A tool to track the expiration of procurement projects and/or contracts to help prepare for and be proactive on upcoming sourcing requirements.", "directories": { "doc": "docs" diff --git a/version.js b/version.js index bb72914..90e4fb5 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ // generated by genversion -export const version = '1.0.0'; +export const version = '1.0.1';