Skip to content

Commit

Permalink
Update build and bump version;
Browse files Browse the repository at this point in the history
  • Loading branch information
Juicetan committed Jan 25, 2025
1 parent 70a630f commit 5f91d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/content.js

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

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Video Controls",
"version": "1.2.0",
"version": "1.3.0",
"description": "Re-styling of Prime Video playback controls to be less intrusive.",
"icons": {
"128": "images/logoIcon.png"
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "videouicontrols",
"version": "1.2.0",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp serve",
"build": "gulp build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5f91d26

Please sign in to comment.