Skip to content

Commit

Permalink
Bump version (1.0.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgarthur committed Mar 20, 2023
1 parent 0bfda8b commit 1464e1e
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/Neanes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Neanes';
src: url(https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.14/dist/Neanes.otf);
src: url(https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.15/dist/Neanes.otf);
unicode-range: U+E000–F8FF;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/byzhtml.js

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

2 changes: 1 addition & 1 deletion dist/byzhtml.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/byzhtml.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/byzhtml.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_media/byzhtml.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Add the following to your HTML page.
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.14/dist/Neanes.css"
href="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.15/dist/Neanes.css"
/>

<script src="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.14/dist/byzhtml.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.15/dist/byzhtml.min.js"></script>
```
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (isWebkit()) {
console.log('byzhtml: webkit browser detected. Using webkit positioning.');

fetch(
'https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.14/dist/neanes.metadata.json',
'https://cdn.jsdelivr.net/gh/danielgarthur/byzhtml@1.0.15/dist/neanes.metadata.json',
)
.then((response) => {
response
Expand Down
1 change: 0 additions & 1 deletion lib/services/NeumeMappingService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import glyphnames from '../../assets/fonts/sbmufl/glyphnames.json' assert { type: 'json' };
import byzhtml from '../byzhtml';

export class NeumeMappingService {
constructor() {
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": "byz-html",
"version": "1.0.14",
"version": "1.0.15",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 1464e1e

Please # to comment.