Skip to content

Commit

Permalink
0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed Aug 27, 2022
1 parent 4e608f5 commit b0b4f79
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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.26.1"></script>
<link rel="stylesheet" href="tify.css?v0.26.1">
<script src="tify.js?v0.27.0"></script>
<link rel="stylesheet" href="tify.css?v0.27.0">
```

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

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

``` html
<script src="https://cdn.jsdelivr.net/npm/tify@0.26.1/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tify@0.26.1/dist/tify.css">
<script src="https://cdn.jsdelivr.net/npm/tify@0.27.0/dist/tify.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tify@0.27.0/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.

16 changes: 8 additions & 8 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.26.1",
"version": "0.27.0",
"description": "TIFY is a slim and mobile-friendly IIIF document viewer.",
"homepage": "https://tify.rocks/",
"repository": {
Expand Down

0 comments on commit b0b4f79

Please sign in to comment.