Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Nov 3, 2024
1 parent aa91efa commit a6dd94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"header": {
"name": "Note Block+ v2.0.0",
"name": "Note Block+ v2.0.1",
"description": "音ブロックの音階を表示するアドオン。 \nTwitter:@oasoby",
"min_engine_version": [
1,
Expand All @@ -12,7 +12,7 @@
"version": [
2,
0,
0
1
]
},
"modules": [
Expand Down
4 changes: 2 additions & 2 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ system.afterEvents.scriptEventReceive.subscribe(e => {
})
} else if (id == "note:version") {
if (sourceEntity.getDynamicProperty("language") == 1) {
sourceEntity.sendMessage("§eNoteBlock+のバージョンは 2.0.0 です。");
sourceEntity.sendMessage("§eNoteBlock+のバージョンは 2.0.1 です。");
} else {
sourceEntity.sendMessage("§eNoteBlock+ is at version 2.0.0.");
sourceEntity.sendMessage("§eNoteBlock+ is at version 2.0.1.");
}
}
})
Expand Down

0 comments on commit a6dd94f

Please sign in to comment.