diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1ecbee..2b79fba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,4 +57,4 @@ jobs: asset_paths: '["promises.zip", "./*.tgz"]' # publish to npm - #- run: npm publish + - run: npm publish diff --git a/package-lock.json b/package-lock.json index e4d65df..5e08335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rokucommunity/promises", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rokucommunity/promises", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@types/fs-extra": "^11.0.1", diff --git a/package.json b/package.json index 7fe7a8b..919b39c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rokucommunity/promises", - "version": "0.0.1", + "version": "0.1.0", "author": "RokuCommunity", "license": "MIT", "description": "A Promise-like implementation for BrightScript/Roku",