Skip to content

Commit

Permalink
chore: bump version to 1.3.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Aug 7, 2024
1 parent e40085f commit ace27f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.4",
"version": "1.3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
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.2.0",
"version": "1.2.1",
"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.2.0"
"koishi-plugin-booru": "^1.3.0"
},
"devDependencies": {
"koishi": "^4.17.0"
Expand Down
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.3.2",
"version": "1.3.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"@koishijs/assets": "^1.0.4",
"@koishijs/plugin-server": "^3.1.8",
"koishi": "^4.17.3",
"koishi-plugin-booru": "^1.2.0"
"koishi-plugin-booru": "^1.3.0"
},
"peerDependenciesMeta": {
"@koishijs/assets": {
Expand Down

0 comments on commit ace27f1

Please sign in to comment.