Skip to content

Commit 9817f11

Browse files
committed
fixed version
1 parent d41ebe4 commit 9817f11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"header": {
4-
"name": "Note Block+ v2.1.2",
4+
"name": "Note Block+ v2.2.1",
55
"description": "音ブロックの音階を表示するアドオン。 \nCreated by oasoby",
66
"min_engine_version": [
77
1,
@@ -11,8 +11,8 @@
1111
"uuid": "fc863469-2162-461d-8ba8-2691c9197deb",
1212
"version": [
1313
2,
14-
1,
15-
2
14+
2,
15+
1
1616
]
1717
},
1818
"modules": [

scripts/lib/Data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,4 @@ export const DefaultConfig = {
294294
isReverseEnabled: false,
295295
distance: 10
296296
};
297-
export const VERSION = "2.1.2";
297+
export const VERSION = "2.2.1";

src/lib/Data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@ export const DefaultConfig = {
303303
distance: 10
304304
}
305305

306-
export const VERSION = "2.1.2";
306+
export const VERSION = "2.2.1";

0 commit comments

Comments
 (0)