Skip to content

Commit 35bfdb0

Browse files
committed
Bump version to 0.5.0
1 parent 5345be3 commit 35bfdb0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

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

33
- Unreleased
4+
- 0.5.0 (2023-08-31)
45
- `USER_GUIDE.md`, `README.md`
56
- Update "Menu Indicator Arrows" section with latest screenshots which
67
changed the menu arrows.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here are some missing features which may be added in the future:
6464
- complex numbers
6565
- keystroke programming
6666

67-
**Version**: 0.5.0-dev (2023-08-24)
67+
**Version**: 0.5.0 (2023-08-31)
6868

6969
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
7070

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.5.0-dev (2023-08-24)
5+
**Version**: 0.5.0 (2023-08-31)
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
@@ -136,7 +136,7 @@ helpPages:
136136

137137
msgHelpPage1:
138138
.db escapeLargeFont, "RPN83P", Lenter
139-
.db escapeSmallFont, "v0.5.0-dev (2023", Shyphen, "08", Shyphen, "31)", Senter
139+
.db escapeSmallFont, "v0.5.0 (2023", Shyphen, "08", Shyphen, "31)", Senter
140140
.db "(c) 2023 Brian T. Park", Senter
141141
.db Senter
142142
.db "An RPN calculator for the", Senter

0 commit comments

Comments
 (0)