Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Jun 26, 2024
1 parent 6a78d0b commit 5963139
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-youtube-video",
"version": "3.1.5",
"version": "3.1.6",
"description": "Customize, shuffle and play random videos from any YouTube channel.",
"scripts": {
"dev": "concurrently \"npm run dev:chromium\" \"npm run dev:firefox\"",
Expand Down
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Random YouTube Video",
"description": "Customize, shuffle and play random videos from any YouTube channel.",
"version": "3.1.5",
"version_name": "3.1.5",
"version": "3.1.6",
"version_name": "3.1.6",
"manifest_version": 3,
"content_scripts": [
{
Expand Down
2 changes: 0 additions & 2 deletions test/shuffleVideo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,6 @@ describe('shuffleVideo', function () {

await chooseRandomVideo(input.channelId, false, domElement);

console.log(windowOpenStub.args[0][0])

const chosenVideos = windowOpenStub.args[0][0].split('video_ids=')[1].split(',');

// Depending on the activeOption, make sure that only videos that match the filter are chosen
Expand Down

0 comments on commit 5963139

Please sign in to comment.