Skip to content

Commit cd0c00a

Browse files
committed
Bump version to 0.3.2
1 parent 4260126 commit cd0c00a

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.3.2 (2023-08-13)
5+
- Add executive summary of the app at the top of README.md.
6+
- No code change.
47
- 0.3.1 (2023-08-13)
58
- Add animated GIF to illustrate Examples 1 and 2 in README.md.
69
- 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.1 (2023-08-13)
51+
**Version**: 0.3.2 (2023-08-13)
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.1 (2023-08-13)
5+
**Version**: 0.3.2 (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.3.1 (2023", Shyphen, "08", Shyphen, "13)", Senter
130+
.db escapeSmallFont, "v0.3.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)