Skip to content

Commit 0a36659

Browse files
committed
[1.0.1] release
1 parent 36f4427 commit 0a36659

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.0.1] - 2024-07-14
6+
57
- Add "Option to boot" message to every module page
68
- Add "TAB" message to help message when entering wifi password
79
- Add Changelog.md to track changes in releases

src/atari/full/screen/mod_screen_data.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ mx_k_app_name: .byte "Config-NG", 0
207207
mx_v_app_name: .byte "(c) 2024 Fenrock", 0
208208

209209
mx_k_version: .byte "Version", 0
210-
mx_v_version: .byte "1.0.0", 0
210+
mx_v_version: .byte "1.0.1", 0
211211

212212
mx_k_bank_cnt: .byte "Bank Count", 0
213213

0 commit comments

Comments
 (0)