Skip to content

Commit

Permalink
chore: bump version of most plugins (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Mar 19, 2024
1 parent dab62f6 commit a8a489a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "1.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit a8a489a

Please sign in to comment.