Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed May 21, 2024
1 parent 0962e6f commit 32465e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v3.1.2-beta
## v3.1.2

<!--Releasenotes start-->
- Fixed the shuffle button not showing up if the user is on a different version of the YouTube UI.
Expand Down
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.1",
"version": "3.1.2",
"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.1",
"version_name": "3.1.2-beta",
"version": "3.1.2",
"version_name": "3.1.2",
"manifest_version": 3,
"content_scripts": [
{
Expand Down

0 comments on commit 32465e2

Please sign in to comment.