From 26d138eb0f05727a58bd68f0e19af2b16b28b9ab Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 2 Jun 2015 23:04:44 +0200 Subject: [PATCH] Update the license and version --- LICENSE | 2 +- README.md | 2 +- blockadblock.js | 10 ++++++---- bower.json | 2 +- package.json | 2 +- test.html | 4 ++-- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 0cf5066..d8b688d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Valentin +Copyright (c) 2015 Valentin Allaire Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 761c493..874f7c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -BlockAdBlock (v3.1.0) +BlockAdBlock (v3.1.1) =========== ([FuckAdBlock](https://github.com/sitexw/FuckAdBlock) same project but with a more convenient name) diff --git a/blockadblock.js b/blockadblock.js index 337bdb2..8f206a6 100644 --- a/blockadblock.js +++ b/blockadblock.js @@ -1,7 +1,9 @@ /* -BlockAdBlock 3.1.0 -http://github.com/sitexw/BlockAdBlock -*/ + * BlockAdBlock 3.1.1 + * Copyright (c) 2015 Valentin Allaire + * Released under the MIT license + * https://github.com/sitexw/BlockAdBlock + */ (function(window) { var BlockAdBlock = function(options) { @@ -14,7 +16,7 @@ http://github.com/sitexw/BlockAdBlock 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, diff --git a/bower.json b/bower.json index d7afe40..2960fff 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "blockadblock", - "version": "3.1.0", + "version": "3.1.1", "description": "Detects ad blockers (AdBlock, ...)", "authors": [{ "name" : "Valentin Allaire", diff --git a/package.json b/package.json index 5ea4396..15f8398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockadblock", - "version": "3.1.0", + "version": "3.1.1", "description": "Detects ad blockers (AdBlock, ...)", "author": { "name" : "Valentin Allaire", diff --git a/test.html b/test.html index e4a0383..036b55f 100644 --- a/test.html +++ b/test.html @@ -1,7 +1,7 @@ - BlockAdBlock 3.1.0 + BlockAdBlock 3.1.1 @@ -36,7 +36,7 @@
-

BlockAdBlock 3.1.0

+

BlockAdBlock 3.1.1