diff --git a/package-lock.json b/package-lock.json index c68b1b5..54a7821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nasa-gcn/node-auto-matrix", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nasa-gcn/node-auto-matrix", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index bc41c84..7f83b90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nasa-gcn/node-auto-matrix", "description": "GitHub Actions TypeScript template", - "version": "0.0.0", + "version": "1.0.0", "private": true, "homepage": "https://github.com/actions/typescript-action", "repository": {