Skip to content

Commit 255917b

Browse files
committedOct 23, 2018
chore: bump version
1 parent 18e43ac commit 255917b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add flat-embed
2222
or use the latest version hosted on jsDelivr:
2323

2424
```html
25-
<script src="https://cdn.jsdelivr.net/npm/flat-embed@v0.8.0/dist/embed.min.js"></script>
25+
<script src="https://cdn.jsdelivr.net/npm/flat-embed@v0.10.0/dist/embed.min.js"></script>
2626
```
2727

2828
## Getting Started
@@ -31,7 +31,7 @@ The simplest way to get started is to pass a DOM element to our embed that will
3131

3232
```html
3333
<div id="embed-container"></div>
34-
<script src="https://cdn.jsdelivr.net/npm/flat-embed@v0.8.0/dist/embed.min.js"></script>
34+
<script src="https://cdn.jsdelivr.net/npm/flat-embed@v0.10.0/dist/embed.min.js"></script>
3535
<script>
3636
var container = document.getElementById('embed-container');
3737
var embed = new Flat.Embed(container, {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flat-embed",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Interact and get events from Flat's Sheet Music Embed",
55
"license": "Apache-2.0",
66
"author": "Flat Team <team@flat.io>",

0 commit comments

Comments
 (0)
Please sign in to comment.