Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nano191225 committed May 4, 2023
1 parent 32c6491 commit 4acfe29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/Capi_version.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.3.0 (Alpha Official Release)"}]}
tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.4.0 (Alpha Official Release)"}]}
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
],
Expand Down

0 comments on commit 4acfe29

Please sign in to comment.