diff --git a/package-lock.json b/package-lock.json index e457daa..1e634e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action.ts", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3088993..3ac75db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action.ts", - "version": "0.0.0", + "version": "1.0.0", "description": "Starter for GitHub Actions with TypeScript and automated releases", "main": "dist/index.js", "scripts": {