Skip to content

Commit

Permalink
Change version (2.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin committed Jul 31, 2014
1 parent 9beeb5f commit 2430ae9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FuckAdBlock
===========

Allows you to detect those nasty ad blockers
Allows you to detect those nasty ad blockers (version 2.2.2)

```
fuckAdBlock.add(true, function() { /* what to do in case of an ad blocker */ });
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "FuckAdBlock",
"author": ["Valentin Allaire <[email protected]>",
"Stephan Hesse <[email protected]>"],
"version": "2.2.1",
"version": "2.2.2",
"main": "fuckadblock.js",
"licenses": [],
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion fuckadblock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
FuckAdBlock 2.2.1
FuckAdBlock 2.2.2
http://github.com/sitexw/FuckAdBlock
*/

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": "FuckAdBlock",
"version": "2.2.1",
"version": "2.2.2",
"description": "Detects ad blockers",
"main": "fuckadblock.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>FuckAdBlock 2.2.1 Exemple</title>
<title>FuckAdBlock 2.2.2 Exemple</title>
<style>
body {
font-family: Arial;
Expand Down

0 comments on commit 2430ae9

Please sign in to comment.