Skip to content

Commit

Permalink
docs/*.md: bump version to 0.12.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Jun 21, 2024
1 parent c6cc11f commit 243c1ed
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Missing features (partial list):
- vectors and matrices
- keystroke programming

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Notes for the developers of the RPN83P app, likely myself in 6 months when I
cannot remember how the code works.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/FUTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ because it is faster and easier to use compared to a web app, especially for
small features that can be described in a few sentences. Usually only the larger
and more complicated features will get their own GitHub tickets.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/TVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Equations, algorithms, and other tricks used to calculate the Time Value of
Money (TVM) variables in the RPN83P calculator app.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_BASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ allow numbers to be converted between 4 different bases (DEC, HEX, OCT, and BIN)
and support various arithmetic and bitwise operations similar to the HP-16C. It
has been extracted from [USER_GUIDE.md](USER_GUIDE.md) due to its length.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_COMPLEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ independent of each other. For example, a complex number can be entered in
rectangular form, even if the current display mode is polar form. Internally,
complex numbers are *always* stored in rectangular format.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_DATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These features were inspired by various datetime libraries:
- C# [Noda Time](https://nodatime.org) library
- Python [datetime](https://docs.python.org/3/library/datetime.html) library

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_STAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This document describes the `STAT` functions of the RPN83P application which
supports all statistical and curve fitting functionality of the HP-42S.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE_TVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document describes the `TVM` functions of the RPN83P application which
solves the Time Value of Money equation. It has been extracted from
[USER_GUIDE.md](USER_GUIDE.md) due to its length.

**Version**: 0.12.0-rc2 (2024-06-19)
**Version**: 0.12.0-rc3 (2024-06-21)

**Parent Document**: [USER_GUIDE.md](USER_GUIDE.md)

Expand Down

0 comments on commit 243c1ed

Please sign in to comment.