mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Upgrade examples to use 1.3.1
This commit is contained in:
parent
c040fe28d7
commit
85ae91479a
@ -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({
|
||||
|
@ -10,6 +10,6 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"webpack-cli": "^2.0.13",
|
||||
"webamp": "1.3.0"
|
||||
"webamp": "1.3.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user