Skip to content

Commit

Permalink
chore: bump version to 1.1.8 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Mar 21, 2024
1 parent 5e5accd commit 381d1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru",
"description": "Image service for Koishi",
"version": "1.1.7",
"version": "1.1.8",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/lolibooru/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-lolibooru",
"description": "Image service by lolibooru for Koishi",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.6"
"koishi-plugin-booru": "^1.1.8"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down

0 comments on commit 381d1ac

Please sign in to comment.