v0.9.1
MiaoWoo 2020-08-14 16:09:46 +08:00
parent e06fcc29e9
commit 7d6f6124b1
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.9.1",
"useWorkspaces": true,
"npmClient": "yarn",
"packages": [

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/bukkit",
"version": "0.9.0",
"version": "0.9.1",
"description": "MiaoScript bukkit package",
"keywords": [
"miaoscript",

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.9.0",
"version": "0.9.1",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.9.0",
"version": "0.9.1",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@ -30,6 +30,6 @@
"dependencies": {
"@ccms/api": "^0.9.0",
"@ccms/container": "^0.9.0",
"@ccms/plugin": "^0.9.0"
"@ccms/plugin": "^0.9.1"
}
}