Hi! Just downloaded the 2.1.1 release and noticed a version inconsistency:
composer.json correctly shows "version": "2.1.1"
vendor/composer/installed.php shows 'pretty_version' => '2.0.1'
This causes Kirby's panel to display the plugin as version 2.0.1 with an available update to 2.1.1, even though 2.1.1 is already installed.
Quick fix: Update the version strings in vendor/composer/installed.php to match composer.json, or consider excluding the vendor/ directory from releases.
Thanks for the plugin! *