Skip to content

Commit

Permalink
Version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esens-bob committed Dec 15, 2020
1 parent 9d577c9 commit 0ce9dca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dist/AMPEr/css/AMPEr.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
*
* @version 2.0
* @version 2.1
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Bob Vrijland <bob@bahbv.net>
* @updated 11-12-2020
* @updated 15-12-2020
* @link https://github.com/Bahbv
*/
/* Styling for AMPEr cookie banner
Expand Down
4 changes: 2 additions & 2 deletions dist/AMPEr/js/AMPEr.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
*
* @version 2.0
* @version 2.1
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Bob Vrijland <bob@bahbv.net>
* @updated 11-12-2020
* @updated 15-12-2020
* @link https://github.com/Bahbv
*/
var AMPEr = function () {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"version": "1.0.0",
"description": "Gulp met SCSS en Babel",
"name": "amper-cookiebanner",
"version": "2.1.0",
"description": "Vanilla js cookiebanner compliant with eu gdpr.",
"main": "main-concat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
4 changes: 2 additions & 2 deletions src/AMPEr/js/AMPEr.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
*
* @version 2.0
* @version 2.1
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Bob Vrijland <bob@bahbv.net>
* @updated 11-12-2020
* @updated 15-12-2020
* @link https://github.com/Bahbv
*/

Expand Down
4 changes: 2 additions & 2 deletions src/AMPEr/scss/AMPEr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
* (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
*
* @version 2.0
* @version 2.1
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @author Bob Vrijland <bob@bahbv.net>
* @updated 11-12-2020
* @updated 15-12-2020
* @link https://github.com/Bahbv
*/

Expand Down

0 comments on commit 0ce9dca

Please sign in to comment.