Skip to content

Commit 8b9e1c6

Browse files
committed
Bump version (1.0.17)
1 parent e7b539e commit 8b9e1c6

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

dist/Neanes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: 'Neanes';
3-
src: url(https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.16/dist/Neanes.otf);
3+
src: url(https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.17/dist/Neanes.otf);
44
unicode-range: U+E000–F8FF;
55
}
66

dist/byzhtml.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/byzhtml.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/byzhtml.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/byzhtml.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_media/byzhtml.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Add the following to your HTML page.
77
```html
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.16/dist/Neanes.css"
10+
href="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.17/dist/Neanes.css"
1111
/>
1212

13-
<script src="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.16/dist/byzhtml.min.js"></script>
13+
<script src="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.17/dist/byzhtml.min.js"></script>
1414
```

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (isWebkit()) {
88
console.log('byzhtml: webkit browser detected. Using webkit positioning.');
99

1010
fetch(
11-
'https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.16/dist/neanes.metadata.json',
11+
'https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.17/dist/neanes.metadata.json',
1212
)
1313
.then((response) => {
1414
response

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byz-html",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)