Skip to content

Commit

Permalink
Merge pull request #30 from add2cal/dev
Browse files Browse the repository at this point in the history
license fix
  • Loading branch information
jekuer committed Oct 2, 2022
2 parents 8197e21 + 75acdd0 commit f770173
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

END OF TERMS AND CONDITIONS

Copyright 2013-2018 Docker, Inc.
Copyright 2022-today Jens Kuerschner (https://jenskuerschner.de).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion dist/tzlib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tzlib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Add to Calendar TimeZones iCal Library
* ++++++++++++++++++++++++++++++++++++++
*
* Version: 1.3.1
* Version: 1.3.2
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/timezones-ical-library
* License: Apache-2.0
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<script async defer data-website-id="f221953d-158e-46c9-88d1-3b05df00997a" src="./demo_assets/js/a.min.js" data-host-url="https://a.add-to-calendar-button.com" data-domains="tz.add-to-calendar-technology.com"></script>

<!-- load some basic css just for this demo page here -->
<link rel="stylesheet" href="./demo_assets/css/demopage.min.css?v=1.3.1">
<link rel="stylesheet" href="./demo_assets/css/demopage.min.css?v=1.3.2">

</head>
<body>
Expand Down Expand Up @@ -263,15 +263,15 @@ <h3>Background story</h3>
This page is hosted via "GitHub Pages". It includes some very basic analytics, that still preserves your anonymity and does not use any cookies. However, mind that the GitHub privacy policy applies additionally (<a target="_blank" rel="noopener" href="https://docs.github.com/en/github/site-policy/github-privacy-statement">click here for details</a>).
</p>
</div>
<div id="tiny-version">v1.3.1</div>
<div id="tiny-version">v1.3.2</div>

</div>


<!-- js stuff -->
<script type="application/javascript" src="./dist/tzlib.min.js?v=1.3.1"></script>
<script type="application/javascript" src="./dist/tzlib.min.js?v=1.3.2"></script>
<script type="application/javascript" src="./demo_assets/js/autocomplete.min.js"></script>
<script type="application/javascript" src="./demo_assets/js/demopage.min.js?v=1.3.1"></script>
<script type="application/javascript" src="./demo_assets/js/demopage.min.js?v=1.3.2"></script>

</body>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timezones-ical-library",
"version": "1.3.1",
"version": "1.3.2",
"engines": {
"node": ">=14.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/tzlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Add to Calendar TimeZones iCal Library
* ++++++++++++++++++++++++++++++++++++++
*/
const tzlibVersion = '1.3.1';
const tzlibVersion = '1.3.2';
/* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/timezones-ical-library
* License: Apache-2.0
Expand Down

0 comments on commit f770173

Please sign in to comment.