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