mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Bump version numbers in example packages
This commit is contained in:
parent
c2735e3d06
commit
8fb3f566f3
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<div id='app'>
|
||||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script src="https://unpkg.com/webamp@1.2.0/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/webamp@1.3.0/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.2.0"
|
||||
"webamp": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue