Skip to content

Commit d007dad

Browse files
committed
Update examples now that 2.0 is out
1 parent 1dc8c15 commit d007dad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/minimal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Webamp will attempt to center itself within this div -->
1010
</div>
1111
<script type="module">
12-
import Webamp from "https://unpkg.com/webamp@next";
12+
import Webamp from "https://unpkg.com/webamp@2.0.0";
1313
const webamp = new Webamp({
1414
initialTracks: [
1515
{

examples/minimalMilkdrop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Changelog since the version you have can be found here:
1919
* https://github.com/captbaritone/webamp/blob/master/packages/webamp/CHANGELOG.md
2020
*/
21-
import Webamp from "https://unpkg.com/webamp@next";
21+
import Webamp from "https://unpkg.com/webamp@2.0.0";
2222

2323
/**
2424
* Butterchurn is not being actively maintained, but it is still works

examples/minimalWindowLayout/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Webamp will attempt to center itself within this div -->
1010
</div>
1111
<script type="module">
12-
import Webamp from "https://unpkg.com/webamp@next";
12+
import Webamp from "https://unpkg.com/webamp@2.0.0";
1313
const webamp = new Webamp({
1414
windowLayout: {
1515
main: {

examples/multipleSkins/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Webamp will attempt to center itself within this div -->
1010
</div>
1111
<script type="module">
12-
import Webamp from "https://unpkg.com/webamp@next";
12+
import Webamp from "https://unpkg.com/webamp@2.0.0";
1313
const webamp = new Webamp({
1414
// Optional. An array of objects representing skins.
1515
// These will appear in the "Options" menu under "Skins".

examples/multipleTracks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Webamp will attempt to center itself within this div -->
1010
</div>
1111
<script type="module">
12-
import Webamp from "https://unpkg.com/webamp@next";
12+
import Webamp from "https://unpkg.com/webamp@2.0.0";
1313
const webamp = new Webamp({
1414
/**
1515
* Here we list three tracks. Note that the `metaData` fields and

0 commit comments

Comments
 (0)