Skip to content

Commit 955b954

Browse files
committed
3.9.3
1 parent f34e295 commit 955b954

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

datafiles/Data/changelog.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Changes in v3.9.3 (2021.12.07):
1+
Changes in v3.9.3 (2021.12.08):
22
* Fixed the auto-updater checking for updates indefinitely.
3-
* Updated the website link due to an internal change.
3+
* Fixed the data pack visualizer spawning blocks very far away.
4+
* Fixed the "Successfully updated!" text not appearing after updating.
5+
* Updated the Note Block Studio website link due to an internal change.
46

57
Changes in v3.9.2 (2021.12.06):
68
* Added a master volume slider, which controls the output level of all sounds.

scripts/macros/macros.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function macros() {
2-
#macro gm_runtime_version "2.3.5.458"
3-
#macro version_date "2021.12.07"
2+
#macro gm_runtime_version "2.3.7.603"
3+
#macro version_date "2021.12.08"
44
#macro version "3.9.3"
55
#macro is_prerelease 0 // remember to change to 0 in the release!
66
#macro nbs_version 5

0 commit comments

Comments
 (0)