diff --git a/package-lock.json b/package-lock.json index 89b0e4d..80d197a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "buf-action", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "buf-action", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 37efdc7..24ca131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buf-action", - "version": "0.2.0", + "version": "0.2.1", "description": "GitHub Action for buf", "main": "src/main.ts", "scripts": {