From 243c1ed7ab34bf2e87558e19a3a73607705609cd Mon Sep 17 00:00:00 2001 From: Brian Park Date: Fri, 21 Jun 2024 10:47:17 -0700 Subject: [PATCH] docs/*.md: bump version to 0.12.0-rc3 --- README.md | 2 +- docs/DEVELOPER.md | 2 +- docs/FUTURE.md | 2 +- docs/TVM.md | 2 +- docs/USER_GUIDE.md | 2 +- docs/USER_GUIDE_BASE.md | 2 +- docs/USER_GUIDE_COMPLEX.md | 2 +- docs/USER_GUIDE_DATE.md | 2 +- docs/USER_GUIDE_STAT.md | 2 +- docs/USER_GUIDE_TVM.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f58bc49c..da9c4979 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 33979fd2..081746c4 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -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 diff --git a/docs/FUTURE.md b/docs/FUTURE.md index 92f51e06..6012bc33 100644 --- a/docs/FUTURE.md +++ b/docs/FUTURE.md @@ -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) diff --git a/docs/TVM.md b/docs/TVM.md index 290548cf..fe891c1d 100644 --- a/docs/TVM.md +++ b/docs/TVM.md @@ -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 diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index f7793d20..d62e5354 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -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 diff --git a/docs/USER_GUIDE_BASE.md b/docs/USER_GUIDE_BASE.md index 250f2cda..212b79f8 100644 --- a/docs/USER_GUIDE_BASE.md +++ b/docs/USER_GUIDE_BASE.md @@ -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) diff --git a/docs/USER_GUIDE_COMPLEX.md b/docs/USER_GUIDE_COMPLEX.md index c483383c..29db1b8b 100644 --- a/docs/USER_GUIDE_COMPLEX.md +++ b/docs/USER_GUIDE_COMPLEX.md @@ -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) diff --git a/docs/USER_GUIDE_DATE.md b/docs/USER_GUIDE_DATE.md index 6ba13fb3..ebe35225 100644 --- a/docs/USER_GUIDE_DATE.md +++ b/docs/USER_GUIDE_DATE.md @@ -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) diff --git a/docs/USER_GUIDE_STAT.md b/docs/USER_GUIDE_STAT.md index 594ecbf9..3168f80d 100644 --- a/docs/USER_GUIDE_STAT.md +++ b/docs/USER_GUIDE_STAT.md @@ -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) diff --git a/docs/USER_GUIDE_TVM.md b/docs/USER_GUIDE_TVM.md index 34057761..52db1c24 100644 --- a/docs/USER_GUIDE_TVM.md +++ b/docs/USER_GUIDE_TVM.md @@ -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)