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