diff options
| author | Andinus <andinus@nand.sh> | 2021-05-01 16:54:26 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2021-05-01 16:54:26 +0530 |
| commit | 9eb09662194df91a9c4adc3d017dfe6ce175382a (patch) | |
| tree | 3828c8d326b6b539117bf893aa6dcd54b116dbbc | |
| parent | 747fca0ee0353d226560a6d007797d151bdc7f1c (diff) | |
| download | antlia-9eb09662194df91a9c4adc3d017dfe6ce175382a.tar.gz | |
Bump version, update dependenciesv0.1.1
| -rw-r--r-- | META6.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ { "name" : "antlia", "auth" : "zef:andinus", - "version" : "0.1.0", + "version" : "0.1.1", "description" : "Antlia is a text based Rock paper scissors game", "authors" : [ "Andinus <andinus@nand.sh>" ], "license" : "ISC", @@ -10,7 +10,8 @@ "Antlia::CLI" : "lib/Antlia/CLI.rakumod" }, "depends" : [ - "Terminal::Table:auth<github:araraloren>" + "Terminal::Table:auth<github:araraloren>", + "Terminal::ANSIColor" ], "resources" : [ "rock/1", "rock/2", "paper/1", "paper/2", "scissor/1", "scissor/2" |