diff --git a/README.md b/README.md index b1c96d0..7291088 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download and Push - uses: rnmeow/quote-box-zh_tw@1.0.0 + uses: rnmeow/quote-box-zh_tw@2.0.0 env: GH_TOKEN: ${{ secrets.GH_TOKEN }} # * # Settings @@ -41,4 +41,4 @@ jobs: ## License -(C) 2023, 2024, Connor Kuo. [MIT License](https://github.com/rnmeow/quote-box/blob/v2/LICENSE.txt). +(C) 2023, 2024, Connor Kuo. [MIT License](https://github.com/rnmeow/quote-box/blob/master/LICENSE.txt). diff --git a/package-lock.json b/package-lock.json index 7ad46cf..cef9409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quote-box", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quote-box", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 02a006d..27e1461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quote-box", - "version": "1.0.0", + "version": "2.0.0", "description": "Get a quote and push to GitHub Gist.", "main": "dist/index.js", "scripts": {