Bump version numbers in example packages

This commit is contained in:
Jordan Eldredge 2019-03-13 21:34:12 -07:00
parent c2735e3d06
commit 8fb3f566f3
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.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({

View file

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