Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao committed Feb 19, 2021
1 parent 6a66bdc commit 23ef25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HTML elements powered by [@magenta/music](https://github.com/magenta/magenta-js/
1. Add the necessary scripts to your page:

```html
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/@magenta/[email protected]/es6/core.js,npm/focus-visible@5,npm/[email protected].0"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/@magenta/[email protected]/es6/core.js,npm/focus-visible@5,npm/[email protected].1"></script>
```

2. Add a player and a visualizer:
Expand All @@ -26,7 +26,7 @@ HTML elements powered by [@magenta/music](https://github.com/magenta/magenta-js/
```
<custom-element-demo>
<template>
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/@magenta/[email protected]/es6/core.js,npm/focus-visible@5,npm/[email protected].0"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/@magenta/[email protected]/es6/core.js,npm/focus-visible@5,npm/[email protected].1"></script>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-midi-player",
"description": "MIDI file player and visualizer web components",
"version": "1.1.0",
"version": "1.1.1",
"author": "Ondřej Cífka",
"license": "BSD-2-Clause",
"homepage": "https://github.com/cifkao/html-midi-player#readme",
Expand Down

0 comments on commit 23ef25f

Please sign in to comment.