Skip to content

Commit 0ce9dca

Browse files
committed
Version 2.1
1 parent 9d577c9 commit 0ce9dca

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

dist/AMPEr/css/AMPEr.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
55
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
66
*
7-
* @version 2.0
7+
* @version 2.1
88
* @license http://www.opensource.org/licenses/mit-license.html MIT License
99
* @author Bob Vrijland <bob@bahbv.net>
10-
* @updated 11-12-2020
10+
* @updated 15-12-2020
1111
* @link https://github.com/Bahbv
1212
*/
1313
/* Styling for AMPEr cookie banner

dist/AMPEr/js/AMPEr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
2020
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
2121
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
2222
*
23-
* @version 2.0
23+
* @version 2.1
2424
* @license http://www.opensource.org/licenses/mit-license.html MIT License
2525
* @author Bob Vrijland <bob@bahbv.net>
26-
* @updated 11-12-2020
26+
* @updated 15-12-2020
2727
* @link https://github.com/Bahbv
2828
*/
2929
var AMPEr = function () {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "playground",
3-
"version": "1.0.0",
4-
"description": "Gulp met SCSS en Babel",
2+
"name": "amper-cookiebanner",
3+
"version": "2.1.0",
4+
"description": "Vanilla js cookiebanner compliant with eu gdpr.",
55
"main": "main-concat.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

src/AMPEr/js/AMPEr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
55
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
66
*
7-
* @version 2.0
7+
* @version 2.1
88
* @license http://www.opensource.org/licenses/mit-license.html MIT License
99
* @author Bob Vrijland <bob@bahbv.net>
10-
* @updated 11-12-2020
10+
* @updated 15-12-2020
1111
* @link https://github.com/Bahbv
1212
*/
1313

src/AMPEr/scss/AMPEr.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
55
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
66
*
7-
* @version 2.0
7+
* @version 2.1
88
* @license http://www.opensource.org/licenses/mit-license.html MIT License
99
* @author Bob Vrijland <bob@bahbv.net>
10-
* @updated 11-12-2020
10+
* @updated 15-12-2020
1111
* @link https://github.com/Bahbv
1212
*/
1313

0 commit comments

Comments
 (0)