diff --git a/php/class-plugin.php b/php/class-plugin.php index b48f54bd..970a9a55 100644 --- a/php/class-plugin.php +++ b/php/class-plugin.php @@ -587,7 +587,7 @@ protected function setup_endpoints() { * The Cloudinary Video Player version. */ if ( ! defined( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION' ) ) { - define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '2.3.5' ); + define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '3.0.1' ); } }