Skip to content

Commit 4dc2524

Browse files
committed
Bump version to 0.3.3
1 parent 68df211 commit 4dc2524

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

33
- Unreleased
4+
- 0.3.3 (2023-08-14)
5+
- Add `Makefile` targets for converting GitHub markdown files to PDF files.
6+
- Update some sections in `README.md` and `USER_GUIDE.md`.
7+
- No code change.
48
- 0.3.2 (2023-08-13)
59
- Add executive summary of the app at the top of README.md.
610
- No code change.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Here the quick summary of its features:
4848
- `SCI` (scientific 0-9 digits)
4949
- `ENG` (engineering 0-9 digits)
5050

51-
**Version**: 0.3.2 (2023-08-13)
51+
**Version**: 0.3.3 (2023-08-14)
5252

5353
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
5454

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.3.2 (2023-08-13)
5+
**Version**: 0.3.3 (2023-08-14)
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.3.2 (2023", Shyphen, "08", Shyphen, "13)", Senter
130+
.db escapeSmallFont, "v0.3.3 (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)