From 4acfe29dbca52a7db6f156181fd088c76efe93db Mon Sep 17 00:00:00 2001 From: 191225 <93137582+191225@users.noreply.github.com> Date: Thu, 4 May 2023 12:55:57 +0900 Subject: [PATCH] 1.4.0 --- functions/Capi_version.mcfunction | 2 +- manifest.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/Capi_version.mcfunction b/functions/Capi_version.mcfunction index dca69b9..6e436f3 100644 --- a/functions/Capi_version.mcfunction +++ b/functions/Capi_version.mcfunction @@ -1 +1 @@ -tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.3.0 (Alpha Official Release)"}]} \ No newline at end of file +tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.4.0 (Alpha Official Release)"}]} \ No newline at end of file diff --git a/manifest.json b/manifest.json index f8c370c..54920d6 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Commander API", "description": "マインクラフト統合版のコマンドを拡張します。", "uuid": "ebac7142-c210-4d32-87ba-5650be52f456", - "version": [ 1, 3, 0 ], + "version": [ 1, 4, 0 ], "min_engine_version": [ 1, 19, 0 ] }, "metadata": { @@ -15,13 +15,13 @@ { "type": "data", "uuid": "36f425e9-10c9-466d-a620-0362a30c9b6f", - "version": [ 1, 3, 0 ] + "version": [ 1, 4, 0 ] }, { "language": "javascript", "type": "script", "uuid": "0d1f29e1-417f-48fb-b5fe-5a980830885a", - "version": [ 1, 3, 0 ], + "version": [ 1, 4, 0 ], "entry": "scripts/index.js" } ],