Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
chore: bump versions, fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 16, 2023
1 parent 6debc32 commit 7b5a7cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*.png -text
*.jpg -text
*.ico -text
*.gif -text
*.webp -text
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install
run: yarn
- name: Build
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-gocqhttp",
"description": "go-cqhttp launcher for Koishi",
"version": "3.2.1",
"version": "3.3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,15 +50,15 @@
},
"peerDependencies": {
"@koishijs/plugin-adapter-onebot": "^5.5.4",
"koishi": "^4.11.1"
"koishi": "^4.11.2"
},
"devDependencies": {
"@koishijs/client": "^5.1.2",
"@koishijs/client": "^5.1.8",
"@koishijs/plugin-adapter-onebot": "^5.5.4",
"@koishijs/plugin-console": "^5.1.2",
"@koishijs/plugin-market": "^1.8.6",
"@koishijs/plugin-console": "^5.1.8",
"@koishijs/plugin-market": "^1.8.10",
"@types/node": "^18.11.17",
"koishi": "^4.11.1",
"koishi": "^4.11.2",
"typescript": "^4.9.4"
},
"dependencies": {
Expand Down

0 comments on commit 7b5a7cb

Please sign in to comment.