Skip to content

Commit

Permalink
feat-#201: bump cld video player
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed May 9, 2024
1 parent 1014067 commit 996b23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/CldVideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const props = withDefaults(defineProps<CldVideoPlayerProps>(), {
logo: true,
loop: false,
muted: false,
version: "1.10.6",
version: "1.11.1",
quality: "auto",
});
Expand Down Expand Up @@ -244,7 +244,7 @@ useHead({
link: [
{
href: `https://unpkg.com/cloudinary-video-player@${
version || "1.10.6"
version || "1.11.1"
}/dist/cld-video-player.min.css`,
rel: "stylesheet",
},
Expand Down

0 comments on commit 996b23d

Please sign in to comment.