diff --git a/inc/plugins/thankyoulike.php b/inc/plugins/thankyoulike.php index d5fa3e6..faa8102 100644 --- a/inc/plugins/thankyoulike.php +++ b/inc/plugins/thankyoulike.php @@ -4,9 +4,9 @@ * * @package MyBB Plugin * @author MyBB Group - Eldenroot - - * @copyright 2019 MyBB Group + * @copyright 2020 MyBB Group * @link - * @version 3.3.3 + * @version 3.3.4 * @license GPL-3.0 * */ @@ -89,10 +89,10 @@ function thankyoulike_info() "website" => "https://community.mybb.com/thread-169382.html", "author" => "MyBB Group with love <3", "authorsite" => "https://community.mybb.com/thread-169382.html", - "version" => "3.3.3", + "version" => "3.3.4", // Constructed by converting each digit of "version" above into two digits (zero-padded if necessary), // then concatenating them, then removing any leading zero to avoid the value being interpreted as octal. - "version_code" => 30303, + "version_code" => 30304, "codename" => "thankyoulikesystem", "compatibility" => "18*" );