Skip to content

Commit 243c1ed

Browse files
committed
docs/*.md: bump version to 0.12.0-rc3
1 parent c6cc11f commit 243c1ed

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Missing features (partial list):
113113
- vectors and matrices
114114
- keystroke programming
115115

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

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

docs/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Notes for the developers of the RPN83P app, likely myself in 6 months when I
44
cannot remember how the code works.
55

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

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

docs/FUTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ because it is faster and easier to use compared to a web app, especially for
1414
small features that can be described in a few sentences. Usually only the larger
1515
and more complicated features will get their own GitHub tickets.
1616

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

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

docs/TVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Equations, algorithms, and other tricks used to calculate the Time Value of
44
Money (TVM) variables in the RPN83P calculator app.
55

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

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

docs/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.12.0-rc2 (2024-06-19)
5+
**Version**: 0.12.0-rc3 (2024-06-21)
66

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

docs/USER_GUIDE_BASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ allow numbers to be converted between 4 different bases (DEC, HEX, OCT, and BIN)
55
and support various arithmetic and bitwise operations similar to the HP-16C. It
66
has been extracted from [USER_GUIDE.md](USER_GUIDE.md) due to its length.
77

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

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

docs/USER_GUIDE_COMPLEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ independent of each other. For example, a complex number can be entered in
1010
rectangular form, even if the current display mode is polar form. Internally,
1111
complex numbers are *always* stored in rectangular format.
1212

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

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

docs/USER_GUIDE_DATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These features were inspired by various datetime libraries:
2727
- C# [Noda Time](https://nodatime.org) library
2828
- Python [datetime](https://docs.python.org/3/library/datetime.html) library
2929

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

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

docs/USER_GUIDE_STAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document describes the `STAT` functions of the RPN83P application which
44
supports all statistical and curve fitting functionality of the HP-42S.
55

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

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

docs/USER_GUIDE_TVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes the `TVM` functions of the RPN83P application which
44
solves the Time Value of Money equation. It has been extracted from
55
[USER_GUIDE.md](USER_GUIDE.md) due to its length.
66

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

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

0 commit comments

Comments
 (0)