Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao committed Jun 30, 2021
1 parent b16c636 commit aee0a5c
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 @@ -19,7 +19,7 @@ If you use `html-midi-player` on your website, please consider linking back to [
1. Add the necessary scripts to your page:

```html
<script src="https://cdn.jsdelivr.net/combine/npm/tone@14.7.58,npm/@magenta/music@1.22.0/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1.2.2"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/tone@14.7.58,npm/@magenta/music@1.22.1/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1.3.0"></script>
```

2. Add a player and a visualizer:
Expand All @@ -28,7 +28,7 @@ If you use `html-midi-player` on your website, please consider linking back to [
```
<custom-element-demo>
<template>
<script src="https://cdn.jsdelivr.net/combine/npm/tone@14.7.58,npm/@magenta/music@1.22.0/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1.2.2"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/tone@14.7.58,npm/@magenta/music@1.22.1/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1.3.0"></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.3.0-1",
"version": "1.3.0",
"author": "Ondřej Cífka",
"license": "BSD-2-Clause",
"homepage": "https://github.com/cifkao/html-midi-player#readme",
Expand Down

0 comments on commit aee0a5c

Please # to comment.