Skip to content

Commit

Permalink
v3.2.1 - 2018-05-08
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed May 8, 2018
1 parent 8bc2c61 commit 119ab90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Intercept Redirect

## v3.2.1 - 2018-05-08
- Add travis badge to README

## v3.2.0 - 2018-05-08
- Add travis-ci

Expand Down
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": "3.2.0",
"version": "3.2.1",
"description": "Skip tracking redirects that serve no purpose other than to waste your precious 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 @@ -23,5 +23,5 @@
"*://vk.com/",
"*://www.youtube.com/"
],
"version": "3.2.0"
"version": "3.2.1"
}

0 comments on commit 119ab90

Please sign in to comment.