Skip to content

Commit

Permalink
chore: bump version to 1.1.6 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Mar 10, 2024
1 parent bf97124 commit 5b83777
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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.5",
"version": "1.1.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/danbooru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/e621/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gelbooru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/konachan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/lolibooru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lolicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pixiv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.4"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/safebooru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sankaku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/yande/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"koishi": "^4.17.0",
"koishi-plugin-booru": "^1.1.0"
"koishi-plugin-booru": "^1.1.6"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down

0 comments on commit 5b83777

Please sign in to comment.