Skip to content

Commit

Permalink
release: ver 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmeow committed May 5, 2024
1 parent e058f55 commit f86ea89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f86ea89

Please sign in to comment.