Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Fix minor issue in Gulp pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Brey committed Apr 5, 2019
1 parent 255c7a2 commit 8d49178
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### 2.x.x

- ***2.0.x***
- ***2.0.1*** - Fix minor issue in build package.
- ***2.0.0*** - More or less a complete rewrite of the extension to now rely on the Host page (the Netflix tab) to handle the logic, rather than an extension content script.

### 1.x.x
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Netflix Tweaked",
"short_name": "Netflix Tweaked",
"author": "Andrew Brey <andrew@fluencyy.com>",
"version": "2.0.0",
"version": "2.0.1",
"manifest_version": 2,
"description": "A web extension to tweak the Netflix home screen, preventing auto-play trailers and moving your lists to the top",
"homepage_url": "https://github.com/andrewbrey/netflix-tweaked",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gulp.task('extras', () => {
'app/*.*',
'app/_locales/**',
'app/scripts.vendor/**',
'app/scripts/cadmium-player-tweak.js',
'app/scripts/mutation-observers.js',
'!app/scripts.babel',
'!app/*.json',
'!app/*.html',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netflix-tweaked",
"description": "A Chrome extension to tweak the Netflix home screen, preventing auto-play trailers and moving your lists to the top.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Andrew Brey",
"private": false,
"repository": "https://github.com/andrewbrey/netflix-tweaked",
Expand Down

0 comments on commit 8d49178

Please sign in to comment.