about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--META6.json4
-rw-r--r--lib/Octans/CLI.rakumod4
2 files changed, 4 insertions, 4 deletions
diff --git a/META6.json b/META6.json
index 19ae77c..02d8328 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
 {
     "name" : "octans",
-    "auth" : "github:andinus",
-    "version" : "0.2.0",
+    "auth" : "zef:andinus",
+    "version" : "0.2.1",
     "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles",
     "authors" : [ "Andinus <andinus@nand.sh>" ],
     "license" : "ISC",
diff --git a/lib/Octans/CLI.rakumod b/lib/Octans/CLI.rakumod
index 3a5be30..f3501df 100644
--- a/lib/Octans/CLI.rakumod
+++ b/lib/Octans/CLI.rakumod
@@ -16,8 +16,8 @@ multi sub MAIN(
     my Str @dict = $dict.IO.lines.grep(*.chars >= $length);
 
     my $puzzle = $path.IO.f
-    ?? Puzzle.new(grids => $path.IO.lines.map(*.words.Array))
-    !! get-puzzle($path);
+                  ?? Puzzle.new(grids => $path.IO.lines.map(*.lc.words.Array))
+                  !! get-puzzle($path);
 
     if so $verbose {
         # Don't print path if using the dictionary included with the