Upgrade examples to use 1.3.1

This commit is contained in:
Jordan Eldredge 2019-03-16 22:04:11 -07:00
parent c040fe28d7
commit 85ae91479a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div id='app'>
<!-- Webamp will attempt to center itself within this div -->
</div>
<script src="https://unpkg.com/webamp@1.3.0/built/webamp.bundle.min.js"></script>
<script src="https://unpkg.com/webamp@1.3.1/built/webamp.bundle.min.js"></script>
<script>
const Webamp = window.Webamp;
new Webamp({

View File

@ -10,6 +10,6 @@
"license": "ISC",
"dependencies": {
"webpack-cli": "^2.0.13",
"webamp": "1.3.0"
"webamp": "1.3.1"
}
}