about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-05-25 19:51:55 +0530
committerAndinus <andinus@nand.sh>2021-05-25 21:53:55 +0530
commit89de136d6273b3eac90c7cfd5d364c494f399014 (patch)
tree2349a8c2b3ba2a9a1d67d51df623e7798726e4bd
parentac56b702b22c3116e3638b5358dcf513986d6736 (diff)
downloadantlia-89de136d6273b3eac90c7cfd5d364c494f399014.tar.gz
Update dependencies in META6.json HEAD v0.1.2 master
-rw-r--r--META6.json5
-rw-r--r--README6
-rw-r--r--README.org4
3 files changed, 13 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 254965f..13ed7f2 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
 {
     "name" : "antlia",
     "auth" : "zef:andinus",
-    "version" : "0.1.1",
+    "version" : "0.1.2",
     "description" : "Antlia is a text based Rock paper scissors game",
     "authors" : [ "Andinus <andinus@nand.sh>" ],
     "license" : "ISC",
@@ -11,7 +11,8 @@
     },
     "depends" : [
         "Terminal::Table:auth<github:araraloren>",
-        "Terminal::ANSIColor"
+        "Terminal::ANSIColor",
+        "Terminal::Boxer"
     ],
     "resources" : [
         "rock/1", "rock/2", "paper/1", "paper/2", "scissor/1", "scissor/2"
diff --git a/README b/README
index c77206d..268d411 100644
--- a/README
+++ b/README
@@ -113,6 +113,12 @@ players
 News
 ════
 
+v0.1.2 - 2021-05-25
+───────────────────
+
+  ⁃ Update dependencies in `META6.json'.
+
+
 v0.1.1 - 2021-05-01
 ───────────────────
 
diff --git a/README.org b/README.org
index 44b2f3f..7f6e9e7 100644
--- a/README.org
+++ b/README.org
@@ -71,6 +71,10 @@ greater than 2.
 
 * News
 
+** v0.1.2 - 2021-05-25
+
++ Update dependencies in ~META6.json~.
+
 ** v0.1.1 - 2021-05-01
 
 + Added support for more than 2 players.