Skip to content

Commit b856129

Browse files
committed
Bump version to 0.2
1 parent 6d69b3c commit b856129

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
@@ -1,6 +1,8 @@
11
# Changelog
22

33
- Unreleased
4+
- 0.2 (2023-08-13)
5+
- Update downloading and installation instructions.
46
- 0.1 (2023-08-13)
57
- Create a release, with the `.8xk` so that I can see what a GitHub release
68
asset looks like, which allows me to write a better Installation guide.

src/menuhandlers.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ helpPages:
127127

128128
msgHelpPage1:
129129
.db escapeLargeFont, "RPN83P", Lenter
130-
.db escapeSmallFont, "v0.0 (2023", Shyphen, "08", Shyphen, "13)", Senter
130+
.db escapeSmallFont, "v0.2 (2023", Shyphen, "08", Shyphen, "13)", Senter
131131
.db "(c) 2023 Brian T. Park", Senter
132132
.db Senter
133133
.db "An RPN calculator for the", Senter

0 commit comments

Comments
 (0)