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