Skip to content

Commit

Permalink
0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed May 1, 2024
1 parent d070a5a commit ae0b8b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.0"></script>
<link rel="stylesheet" href="tify.css?v0.30.0">
<script src="tify.js?v0.30.1"></script>
<link rel="stylesheet" href="tify.css?v0.30.1">
```

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

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

``` html
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/tify.css">
<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">
```

- Or `import` TIFY into your web application:
Expand Down
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.0",
"version": "0.30.1",
"description": "A slim and mobile-friendly IIIF document viewer",
"homepage": "https://tify.rocks/",
"repository": {
Expand Down

0 comments on commit ae0b8b0

Please sign in to comment.