diff options
author | Andinus <andinus@nand.sh> | 2022-01-12 12:48:08 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-01-12 12:48:08 +0530 |
commit | 5f337d887bc3b4a8edada9d01d6f8a02d1259b55 (patch) | |
tree | 44820fb85bd7c8cab424b5c71d31cc630b03d823 | |
parent | 35edc87d2f8482363a30a86df409b447a2d24695 (diff) | |
download | octans-5f337d887bc3b4a8edada9d01d6f8a02d1259b55.tar.gz |
Bump version to v0.2.3
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | META6.json | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4a5e4c7..76e4cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ lib/.precomp +.precomp/ +.log/ diff --git a/META6.json b/META6.json index ca48954..fce9e5d 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name" : "octans", "auth" : "zef:andinus", - "version" : "0.2.2", + "version" : "0.2.3", "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles", "authors" : [ "Andinus <andinus@nand.sh>" ], "license" : "ISC", @@ -15,7 +15,8 @@ "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod" }, "depends" : [ - "WWW:ver<1.005006+>:auth<github:raku-community-modules>" + "WWW:ver<1.005006+>:auth<github:raku-community-modules>", + "Cairo:ver<0.2.7+>" ], "build-depends" : [ ], "test-depends" : [ ], |