diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 22afb98..f85d3e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: run: yarn lint - name: Test - run: yarn test --ci --coverage --maxWorkers=2 + run: yarn test --ci --coverage --maxWorkers=1 - name: Build run: yarn build diff --git a/README.md b/README.md index 8c3722d..0a8e691 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Instagram Publisher -- Create Instagram Slideshows and Reels via NodeJS. +- Create Instagram Slideshows & Reels via NodeJS. - Inspired by [instagram-web-api](https://www.npmjs.com/package/instagram-web-api) ## Install diff --git a/package.json b/package.json index 989c930..41c4ca4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",