about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-01-20 20:51:12 +0530
committerAndinus <andinus@nand.sh>2021-01-20 20:51:12 +0530
commit5da030439368ed417694486a9c5275167db1b988 (patch)
tree4b25b40be7302a205210da3c472d8258b43949d1
parent16eec695804eb5521e3bc61d3f11cc15a081c962 (diff)
downloadoctans-5da030439368ed417694486a9c5275167db1b988.tar.gz
Fix dates in README
I had entered 2020 everywhere out of habit, changed them all to 2021!
-rw-r--r--README10
-rw-r--r--README.org6
2 files changed, 8 insertions, 8 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
diff --git a/README.org b/README.org
index 923a86c..7667ad4 100644
--- a/README.org
+++ b/README.org
@@ -18,7 +18,7 @@ This was recorded with =asciinema(1)=.
   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
 
 * Installation
@@ -89,9 +89,9 @@ format:
 This will increase verbosity.
 
 * News
-** v0.1.1 - 2020-01-20
+** v0.1.1 - 2021-01-20
 + Read puzzle from a file.
 
-** v0.1.0 - 2020-01-19
+** v0.1.0 - 2021-01-19
 This version improved performance by re-implementing the algorithm to
 find words in grid.