Skip to content

Commit

Permalink
Update the license and version
Browse files Browse the repository at this point in the history
  • Loading branch information
sitexw committed Jun 2, 2015
1 parent 93a9176 commit 1a29bed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 FuckAdBlock
Copyright (c) 2015 Valentin Allaire <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FuckAdBlock (v3.1.0)
FuckAdBlock (v3.1.1)
===========

You can detect nasty ad blockers.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuck-adblock",
"version": "3.1.0",
"version": "3.1.1",
"description": "Detects ad blockers (AdBlock, ...)",
"authors": [{
"name" : "Valentin Allaire",
Expand Down
10 changes: 6 additions & 4 deletions fuckadblock.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
FuckAdBlock 3.1.0
http://github.com/sitexw/FuckAdBlock
*/
* FuckAdBlock 3.1.1
* Copyright (c) 2015 Valentin Allaire <[email protected]>
* Released under the MIT license
* https://github.com/sitexw/FuckAdBlock
*/

(function(window) {
var FuckAdBlock = function(options) {
Expand All @@ -14,7 +16,7 @@ http://github.com/sitexw/FuckAdBlock
baitStyle: 'width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;'
};
this._var = {
version: '3.1.0',
version: '3.1.1',
bait: null,
checking: false,
loop: null,
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": "3.1.0",
"version": "3.1.1",
"description": "Detects ad blockers (AdBlock, ...)",
"author": {
"name" : "Valentin Allaire",
Expand Down
4 changes: 2 additions & 2 deletions test.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>FuckAdBlock 3.1.0</title>
<title>FuckAdBlock 3.1.1</title>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="container">
<header class="row">
<div class="col-sm-6">
<h1>FuckAdBlock <small>3.1.0</small></h1>
<h1>FuckAdBlock <small>3.1.1</small></h1>
</div>
<div class="col-sm-6 text-right">
<h4>
Expand Down

0 comments on commit 1a29bed

Please sign in to comment.