Skip to content

Commit

Permalink
Merge pull request #29 from add2cal/dev
Browse files Browse the repository at this point in the history
some tiny text updates
  • Loading branch information
jekuer committed Oct 2, 2022
2 parents 816601c + 5fcf32e commit 8197e21
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.

## 📃 Copyright and License

Copyright (c) [Jens Kuerschner](https://jenskuerschner.de).

Licensed under [Apache-2.0](LICENSE).

<br />
Expand Down
1 change: 1 addition & 0 deletions demo_assets/css/demopage.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/timezones-ical-library
* License: Apache-2.0
* DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
*
*/

Expand Down
2 changes: 1 addition & 1 deletion demo_assets/css/demopage.min.css.map

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

2 changes: 2 additions & 0 deletions demo_assets/js/demopage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/timezones-ical-library
* License: Apache-2.0
* Using the awesome autocomplete script by Trevor Eyre (licensed MIT)
* DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
*
*/

Expand Down
2 changes: 1 addition & 1 deletion demo_assets/js/demopage.min.js.map

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.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.

3 changes: 2 additions & 1 deletion generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
* Add to Calendar TimeZones iCal Library
* ++++++++++++++++++++++++++++++++++++++
*
* Version: 1.3.0
* Version: 1.3.1
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/timezones-ical-library
* License: Apache-2.0
* DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
*
*/

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.0">
<link rel="stylesheet" href="./demo_assets/css/demopage.min.css?v=1.3.1">

</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.0</div>
<div id="tiny-version">v1.3.1</div>

</div>


<!-- js stuff -->
<script type="application/javascript" src="./dist/tzlib.min.js?v=1.3.0"></script>
<script type="application/javascript" src="./dist/tzlib.min.js?v=1.3.1"></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.0"></script>
<script type="application/javascript" src="./demo_assets/js/demopage.min.js?v=1.3.1"></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.0",
"version": "1.3.1",
"engines": {
"node": ">=14.20.0"
},
Expand Down
Loading

0 comments on commit 8197e21

Please sign in to comment.