Skip to content

Commit 403af34

Browse files
committed
security patch
1 parent 8335daf commit 403af34

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

assets/css/atcb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Add-to-Calendar Button
44
* ++++++++++++++++++++++
55
*
6-
* Version: 1.8.3
6+
* Version: 1.8.4
77
* Creator: Jens Kuerschner (https://jenskuerschner.de)
88
* Project: https://github.com/jekuer/add-to-calendar-button
99
* License: MIT with “Commons Clause” License Condition v1.0

assets/js/atcb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Add-to-Calendar Button
44
* ++++++++++++++++++++++
55
*/
6-
const atcbVersion = '1.8.3';
6+
const atcbVersion = '1.8.4';
77
/* Creator: Jens Kuerschner (https://jenskuerschner.de)
88
* Project: https://github.com/jekuer/add-to-calendar-button
99
* License: MIT with “Commons Clause” License Condition v1.0

assets/js/atcb.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@
124124
</style>
125125

126126
<!-- load the general button css -->
127-
<link rel="stylesheet" href="./assets/css/atcb.min.css?v=1.8.3">
127+
<link rel="stylesheet" href="./assets/css/atcb.min.css?v=1.8.4">
128128

129129
</head>
130130
<body>
131131
<div class="container">
132132

133-
<h1>Add-to-Calendar Button <span id="tinyVersion">v1.8.3</span></h1>
133+
<h1>Add-to-Calendar Button <span id="tinyVersion">v1.8.4</span></h1>
134134
<h2>A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.</h2>
135135
<p class="github">
136136
<a target="_blank" href="https://github.com/jekuer/add-to-calendar-button" class="clean">
@@ -658,7 +658,7 @@ <h3>Example 9: Bring-Your-Own Anything</h3>
658658

659659

660660
<!-- load the button js -->
661-
<script type="application/javascript" src="./assets/js/atcb.min.js?v=1.8.3" defer></script>
661+
<script type="application/javascript" src="./assets/js/atcb.min.js?v=1.8.4" defer></script>
662662

663663
</body>
664664
</html>

npm_dist/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm_dist/mjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-to-calendar-button",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.",
55
"main": "npm_dist/cjs/index.js",
66
"module": "npm_dist/mjs/index.js",
@@ -53,7 +53,7 @@
5353
"build": "grunt"
5454
},
5555
"devDependencies": {
56-
"grunt": "^1.4.1",
56+
"grunt": "^1.5.2",
5757
"grunt-contrib-clean": "^2.0.0",
5858
"grunt-contrib-copy": "^1.0.0",
5959
"grunt-contrib-cssmin": "^4.0.0",

0 commit comments

Comments
 (0)