diff options
author | Andinus <andinus@nand.sh> | 2021-01-20 20:51:12 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-20 20:51:12 +0530 |
commit | 5da030439368ed417694486a9c5275167db1b988 (patch) | |
tree | 4b25b40be7302a205210da3c472d8258b43949d1 /README | |
parent | 16eec695804eb5521e3bc61d3f11cc15a081c962 (diff) | |
download | octans-5da030439368ed417694486a9c5275167db1b988.tar.gz |
Fix dates in README
I had entered 2020 everywhere out of habit, changed them all to 2021!
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README index e308a21..6d919fb 100644 --- a/README +++ b/README @@ -16,8 +16,8 @@ Table of Contents .. 1. Implementation .. 2. Options 4. News -.. 1. v0.1.1 - 2020-01-20 -.. 2. v0.1.0 - 2020-01-19 +.. 1. v0.1.1 - 2021-01-20 +.. 2. v0.1.0 - 2021-01-19 Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles. @@ -38,7 +38,7 @@ Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles. <https://asciinema.org/a/385598> ⁃ Octans v0.1.0: <https://asciinema.org/a/385500> - ⁃ Octans 2020-01-14: <https://asciinema.org/a/384464> + ⁃ Octans 2021-01-14: <https://asciinema.org/a/384464> ⁃ alt-link (download): <https://andinus.nand.sh/static/octans> @@ -151,13 +151,13 @@ Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles. 4 News ══════ -4.1 v0.1.1 - 2020-01-20 +4.1 v0.1.1 - 2021-01-20 ─────────────────────── ⁃ Read puzzle from a file. -4.2 v0.1.0 - 2020-01-19 +4.2 v0.1.0 - 2021-01-19 ─────────────────────── This version improved performance by re-implementing the algorithm to |