timezones-ical-library 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Readme.md CHANGED
@@ -157,6 +157,8 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
157
157
 
158
158
  ## 📃 Copyright and License
159
159
 
160
+ Copyright (c) [Jens Kuerschner](https://jenskuerschner.de).
161
+
160
162
  Licensed under [Apache-2.0](LICENSE).
161
163
 
162
164
  <br />
package/dist/tzlib.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Add to Calendar TimeZones iCal Library
4
4
  * ++++++++++++++++++++++++++++++++++++++
5
5
  */
6
- const tzlibVersion = '1.3.0';
6
+ const tzlibVersion = '1.3.1';
7
7
  /* Creator: Jens Kuerschner (https://jenskuerschner.de)
8
8
  * Project: https://github.com/add2cal/timezones-ical-library
9
9
  * License: Apache-2.0
@@ -3,7 +3,7 @@
3
3
  * Add to Calendar TimeZones iCal Library
4
4
  * ++++++++++++++++++++++++++++++++++++++
5
5
  */
6
- const tzlibVersion = '1.3.0';
6
+ const tzlibVersion = '1.3.1';
7
7
  /* Creator: Jens Kuerschner (https://jenskuerschner.de)
8
8
  * Project: https://github.com/add2cal/timezones-ical-library
9
9
  * License: Apache-2.0
@@ -3,7 +3,7 @@
3
3
  * Add to Calendar TimeZones iCal Library
4
4
  * ++++++++++++++++++++++++++++++++++++++
5
5
  */
6
- const tzlibVersion = '1.3.0';
6
+ const tzlibVersion = '1.3.1';
7
7
  /* Creator: Jens Kuerschner (https://jenskuerschner.de)
8
8
  * Project: https://github.com/add2cal/timezones-ical-library
9
9
  * License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timezones-ical-library",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "engines": {
5
5
  "node": ">=14.20.0"
6
6
  },