diff --git a/php/class-plugin.php b/php/class-plugin.php index 0ff01421..7aecee44 100644 --- a/php/class-plugin.php +++ b/php/class-plugin.php @@ -586,7 +586,7 @@ protected function setup_endpoints() { * The Cloudinary Video Player version. */ if ( ! defined( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION' ) ) { - define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '1.11.1' ); + define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '2.2.0' ); } }