Skip to content

Commit 5f210bc

Browse files
committed
Bump version to 0.2.1
1 parent ec9f1c0 commit 5f210bc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
- Unreleased
4+
- 0.2.1 (2023-08-13)
5+
- Update README.md. Test minor version number with new release.
6+
- No code change.
47
- 0.2 (2023-08-13)
58
- Update downloading and installation instructions.
69
- 0.1 (2023-08-13)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RPN calculator app for the TI-83 Plus and TI-84 Plus inspired by the HP-42S.
44

5-
**Version**: 0.2 (2023-08-13)
5+
**Version**: 0.2.1 (2023-08-13)
66

77
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
88

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RPN calculator app for the TI-83 Plus and TI-84 Plus inspired by the HP-42S.
44

5-
**Version**: 0.2 (2023-08-13)
5+
**Version**: 0.2.1 (2023-08-13)
66

77
**Project Home**: https://github.com/bxparks/rpn83p
88

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.2 (2023", Shyphen, "08", Shyphen, "13)", Senter
130+
.db escapeSmallFont, "v0.2.1 (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)