Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 25, 2020
1 parent 1bf9d0a commit 7f08245
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
"koishi-adapter-cqhttp": "^1.0.0",
"koishi-plugin-common": "^3.0.0-beta.15",
"koishi-plugin-mysql": "^2.0.0",
"koishi-plugin-mongo": "^1.0.0",
"koishi-plugin-schedule": "^2.0.0",
"koishi-plugin-status": "^2.0.0-beta.13",
"koishi-plugin-teach": "^1.0.0",
"koishi-plugin-teach": "^1.0.1",
"koishi-utils": "^3.1.0",
"prompts": "^2.3.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-eval-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-eval-addons",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Execute JavaScript in Koishi",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"peerDependencies": {
"koishi-core": "^2.0.0",
"koishi-plugin-eval": "^2.0.0-beta.15"
"koishi-plugin-eval": "^2.0.0-beta.16"
},
"dependencies": {
"js-yaml": "^3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-eval",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"description": "Execute JavaScript in Koishi",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-teach/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-teach",
"description": "Teach plugin for Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down

0 comments on commit 7f08245

Please sign in to comment.