diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7bc6004..117d42b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: run: npm run build-gh-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@4.1.0 with: branch: gh-pages folder: gh-pages diff --git a/package.json b/package.json index ef40317..35e752d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aureooms/js-mincut", "description": "Minimum cut problem for JavaScript", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0", "author": "aureooms", "homepage": "https://aureooms.github.io/js-mincut",