diff --git a/README.md b/README.md index e1d2d7c..de651b1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In the example below, you can see how to add it as a dependency to the `package. { // ... "devDependencies": { - "@2iq/ghaws": "0.0.0", + "@2iq/ghaws": "0.0.1", // ... }, // ... @@ -72,7 +72,7 @@ First, add a ghaws dependency to the `package.json` file: { // ... "dependencies": { - "@2iq/ghaws": "0.0.0", + "@2iq/ghaws": "0.0.1", // ... }, // ... diff --git a/package-lock.json b/package-lock.json index dbffa1c..d09c711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@2iq/ghaws", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@2iq/ghaws", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "dependencies": { "@aws-sdk/client-iam": "3.34.0", diff --git a/package.json b/package.json index ae47c20..51c1f36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@2iq/ghaws", "description": "Helpers to interact between GitHub Actions and AWS", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "bin": { "ghaws": "bin/ghaws.js"