Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipraty committed Oct 30, 2023
1 parent ec8e526 commit c817e5a
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions 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.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"koishi": "^4.12.4"
"koishi": "^4.15.2"
},
"dependencies": {
"languagedetect": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/danbooru/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-danbooru",
"description": "Image service by Danbooru for Koishi",
"version": "1.0.4",
"version": "1.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -49,6 +49,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/e621/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-e621",
"description": "Image service by e621/e926 for Koishi",
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/gelbooru/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-gelbooru",
"description": "Image service by gelbooru for Koishi",
"version": "1.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/konachan/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-konachan",
"description": "Image service by konachan for Koishi",
"version": "1.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-local",
"description": "Image service from local directories for Koishi",
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -48,7 +48,7 @@
}
},
"peerDependencies": {
"koishi": "^4.10.0",
"koishi": "^4.15.2",
"koishi-plugin-booru": "^1.0.3"
}
}
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.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/lolicon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-lolicon",
"description": "Image service by lolicon.app for Koishi",
"version": "1.0.4",
"version": "1.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -49,6 +49,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/pixiv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-pixiv",
"description": "Image service from pixiv.net for Koishi",
"version": "1.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/safebooru/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-safebooru",
"description": "Image service by safebooru for Koishi",
"version": "1.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/sankaku/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-sankaku",
"description": "Image service by sankaku for Koishi",
"version": "1.0.1",
"version": "1.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}
4 changes: 2 additions & 2 deletions packages/yande/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-booru-yande",
"description": "Image service by yande for Koishi",
"version": "1.0.3",
"version": "1.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,6 +50,6 @@
"koishi-plugin-booru": "^1.0.3"
},
"devDependencies": {
"koishi": "^4.12.4"
"koishi": "^4.15.2"
}
}

0 comments on commit c817e5a

Please sign in to comment.