Skip to content

Commit

Permalink
0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed May 1, 2024
1 parent 8499904 commit ef54e9c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ Embed TIFY into your website in three easy steps:
- Either download TIFY and copy the contents of the `dist` directory to your server:

``` html
<script src="tify.js?v0.30.1"></script>
<link rel="stylesheet" href="tify.css?v0.30.1">
<script src="tify.js?v0.30.2"></script>
<link rel="stylesheet" href="tify.css?v0.30.2">
```

> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.30.1`.
> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.30.2`.

- Or use [jsDelivr](https://www.jsdelivr.com/):

``` html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/tify.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/tify.css">
```

- Or `import` TIFY into your web application:
Expand Down
2 changes: 1 addition & 1 deletion dist/tify.css

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

6 changes: 3 additions & 3 deletions dist/tify.js

Large diffs are not rendered by default.

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": "tify",
"version": "0.30.1",
"version": "0.30.2",
"description": "A slim and mobile-friendly IIIF document viewer",
"homepage": "https://tify.rocks/",
"repository": {
Expand Down

0 comments on commit ef54e9c

Please sign in to comment.