Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Apr 28, 2021
1 parent 4caa49d commit a130d20
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 @@ -21,7 +21,7 @@ yarn add flat-embed
Or use the latest version hosted on our CDN:

```html
<script src="https://prod.flat-cdn.com/embed-js/v1.3.0/embed.min.js"></script>
<script src="https://prod.flat-cdn.com/embed-js/v1.4.0/embed.min.js"></script>
```

## Getting Started
Expand All @@ -30,7 +30,7 @@ The simplest way to get started is to pass a DOM element to our embed that will

```html
<div id="embed-container"></div>
<script src="https://prod.flat-cdn.com/embed-js/v1.3.0/embed.min.js"></script>
<script src="https://prod.flat-cdn.com/embed-js/v1.4.0/embed.min.js"></script>
<script>
var container = document.getElementById('embed-container');
var embed = new Flat.Embed(container, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flat-embed",
"version": "1.3.0",
"version": "1.4.0",
"description": "Interact and get events from Flat's Sheet Music Embed",
"license": "Apache-2.0",
"author": "Flat Team <[email protected]>",
Expand Down

0 comments on commit a130d20

Please sign in to comment.