Skip to content

Commit

Permalink
0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed Oct 1, 2023
1 parent 77d2843 commit 3873098
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 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.29.0"></script>
<link rel="stylesheet" href="tify.css?v0.29.0">
<script src="tify.js?v0.29.1"></script>
<link rel="stylesheet" href="tify.css?v0.29.1">
```

> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.29.0`.
> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.29.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
5 changes: 3 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
color: #fff;
cursor: pointer;
font: .9em/1rem monospace;
padding: .25rem .5rem
padding: .25rem .5rem;
white-space: nowrap;
}

.button + .button {
Expand All @@ -53,7 +54,7 @@
box-shadow: 0 -1px inset;
flex: 1;
font: .9em/1rem monospace;
padding: .25rem .5rem
padding: .25rem .5rem;
}

.header-input:focus {
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.

8 changes: 4 additions & 4 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.29.0",
"version": "0.29.1",
"description": "A slim and mobile-friendly IIIF document viewer",
"homepage": "https://tify.rocks/",
"repository": {
Expand Down

0 comments on commit 3873098

Please sign in to comment.