Skip to content

Commit

Permalink
Merge pull request #14 from add2cal/dev
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
jekuer committed Aug 30, 2022
2 parents e3070ab + c5185a9 commit 98695f1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo sh update-tzdata.sh tzVersionNumber
You can use the pure and simple version directly from the dist folder or the jsDelivr CDN and include in your application:

```
<script src="https://cdn.jsdelivr.net/npm/timzones-ical-library"></script>
<script src="https://cdn.jsdelivr.net/npm/timezones-ical-library"></script>
```

#### B. npm package
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.1.0
* Version: 1.1.2
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/timezones-ical-library
* License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module 'timzones-ical-library' {
declare module 'timezones-ical-library' {
export function tzlib_get_ical_block(
tzName: string
): void;
Expand Down
10 changes: 5 additions & 5 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.1.0">
<link rel="stylesheet" href="./demo_assets/css/demopage.min.css?v=1.1.2">

</head>
<body itemscope itemtype="http://schema.org/WebSite">
Expand Down Expand Up @@ -134,7 +134,7 @@ <h3>How to install</h3>
<p>
Simply include the script via CDN into your application:
</p>
<pre><code>&lt;script src="https://cdn.jsdelivr.net/npm/timzones-ical-library"&gt;&lt;/script&gt;</code></pre>
<pre><code>&lt;script src="https://cdn.jsdelivr.net/npm/timezones-ical-library"&gt;&lt;/script&gt;</code></pre>
<p>
<strong>OR</strong> install the package via npm:
</p>
Expand Down Expand Up @@ -227,15 +227,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.1.0</div>
<div id="tiny-version">v1.1.2</div>

</div>


<!-- js stuff -->
<script type="application/javascript" src="./dist/tzlib.min.js?v=1.1.0"></script>
<script type="application/javascript" src="./dist/tzlib.min.js?v=1.1.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.1.0"></script>
<script type="application/javascript" src="./demo_assets/js/demopage.min.js?v=1.1.2"></script>

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timzones-ical-library",
"version": "1.1.0",
"name": "timezones-ical-library",
"version": "1.1.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.2.0';
const tzlibVersion = '1.1.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 98695f1

Please sign in to comment.