diff --git a/modules/Autorestic.php b/modules/Autorestic.php new file mode 100644 index 0000000..62c1133 --- /dev/null +++ b/modules/Autorestic.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/cupcakearmy/autorestic/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>