Skip to content

Commit cddd3a2

Browse files
authored
Merge pull request #121 from add2cal/dev
fixes
2 parents 042ed5f + 432f242 commit cddd3a2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Add to Calendar Button React Wrapper](https://github.com/add2cal/add-to-calendar-button-react/blob/main/assets/readme-header.png?raw=true)
22

33
![Version](https://img.shields.io/npm/v/add-to-calendar-button-react?style=for-the-badge&label=Version)
4-
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.13.3-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button)
4+
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.13.4-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button)
55
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-react?style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react)
66
[![npm Installations](https://img.shields.io/npm/dt/add-to-calendar-button-react?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react)
77

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-to-calendar-button-react",
3-
"version": "2.13.3",
3+
"version": "2.13.4",
44
"engines": {
55
"node": ">=18.17.0",
66
"npm": ">=9.6.7"
@@ -46,7 +46,7 @@
4646
],
4747
"author": {
4848
"name": "Jens Kuerschner",
49-
"url": "https://jenskuerschner.de/"
49+
"url": "https://jekuer.com/"
5050
},
5151
"license": "ELv2",
5252
"bugs": {
@@ -93,6 +93,6 @@
9393
"react-dom": ">=18.0.0"
9494
},
9595
"dependencies": {
96-
"add-to-calendar-button": "^2.13.3"
96+
"add-to-calendar-button": "^2.13.4"
9797
}
9898
}

0 commit comments

Comments
 (0)