Skip to content

Commit

Permalink
v4.0.1 - 2018-10-23
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Oct 23, 2018
1 parent e234f8c commit 956fd07
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Intercept Redirect

## v4.0.1 - 2018-10-23
- Make build.sh executable
- Fix image URL in README

## v4.0.0 - 2018-10-23
- Update SVG to occupy the whole frame
- Update app icons to occupy the whole frame
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intercept Redirect

![Intercept Redirect Logo](https://raw.github.com/bjornstar/intercept-redirect/master/webextension/app_icon.png)
![Intercept Redirect Logo](https://raw.github.com/bjornstar/intercept-redirect/master/webextension/icon.png)

[![Travis CI](https://travis-ci.org/bjornstar/intercept-redirect.svg?branch=master)](https://travis-ci.org/bjornstar/intercept-redirect)
[![Appveyor](https://ci.appveyor.com/api/projects/status/9qrj76bt914531gg/branch/master?svg=true)](https://ci.appveyor.com/project/bjornstar/intercept-redirect/branch/master)
Expand Down
Empty file modified build.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bjornstar/intercept-redirect",
"version": "4.0.0",
"version": "4.0.1",
"description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.",
"main": "webextension/index.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"*://workable.com/",
"*://www.youtube.com/"
],
"version": "4.0.0"
"version": "4.0.1"
}

0 comments on commit 956fd07

Please sign in to comment.