Skip to content

Commit

Permalink
Bump to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abarre committed Nov 25, 2019
1 parent 35706d0 commit 166dd34
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Chrome and Firefox web extension for Fasterize

# Install

* [Firefox](https://github.com/fasterize/fasterize-web-extension/releases/download/3.2.5/fasterize_status-3.2.5-an+fx.xpi)
* [Firefox](https://github.com/fasterize/fasterize-web-extension/releases/download/3.2.6/fasterize_status-3.2.6-an+fx.xpi)
* [Chrome](https://chrome.google.com/webstore/detail/fasterize-status/pophpmnchlcddhhilmnopbahlaohdfig)

# Dev
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fasterize Status",
"version": "3.2.5",
"version": "3.2.6",
"manifest_version": 2,
"description": "See detailed information on a fasterized page",
"icons": {
Expand Down
4 changes: 4 additions & 0 deletions app/update-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
{
"version": "3.2.5",
"update_link": "https://github.com/fasterize/fasterize-web-extension/releases/download/3.2.5/fasterize_status-3.2.5-an+fx.xpi"
},
{
"version": "3.2.6",
"update_link": "https://github.com/fasterize/fasterize-web-extension/releases/download/3.2.6/fasterize_status-3.2.6-an+fx.xpi"
}
]
}
Expand Down
52 changes: 38 additions & 14 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": "Fasterize-Status",
"version": "3.2.5",
"version": "3.2.6",
"description": "See the status of the request.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 166dd34

Please sign in to comment.