Skip to content

Commit

Permalink
Release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 8, 2019
1 parent 654bcd2 commit bc52299
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8
- latest player core
1.7
- latest player core
1.5
- latest player core, 720p fallback
1.4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "netflix-1080p-foxfire",
"version": "1.5.0",
"version": "1.8.0",
"description": "Based on [https://github.com/truedread/netflix-1080p](https://github.com/truedread/netflix-1080p)",
"main": "background.js",
"scripts": {
"start": "web-ext run -s src",
"package": "web-ext build -s src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix 1080p",
"description": "Forces 1080p playback for Netflix in Firefox. Based on truedread/netflix-1080p.",
"version": "1.7",
"version": "1.8",
"author": "truedread and vladikoff",
"content_scripts": [{
"matches": [
Expand Down

0 comments on commit bc52299

Please sign in to comment.