diff --git a/.gitignore b/.gitignore index feccc4b..04724aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ .vscode/ +.history/ @types/ package-lock.json \ No newline at end of file diff --git a/functions/Capi/version.mcfunction b/functions/Capi/version.mcfunction index 1bb8dac..b4bf1b9 100644 --- a/functions/Capi/version.mcfunction +++ b/functions/Capi/version.mcfunction @@ -1 +1 @@ -tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.9.0 (Stable Official Release)"}]} \ No newline at end of file +tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.10.0 (Stable Official Release)"}]} \ No newline at end of file diff --git a/manifest.json b/manifest.json index c498309..56c0cce 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Commander API", "description": "マインクラフト統合版のコマンドを拡張します。", "uuid": "ebac7142-c210-4d32-87ba-5650be52f456", - "version": [ 1, 9, 0 ], + "version": [ 1, 10, 0 ], "min_engine_version": [ 1, 19, 0 ] }, "metadata": { @@ -28,7 +28,7 @@ "dependencies": [ { "module_name": "@minecraft/server", - "version": "1.7.0-beta" + "version": "1.8.0-beta" }, { "module_name": "@minecraft/server-ui",