Skip to content

Commit 0350d3e

Browse files
committed
Release version 0.3.9
1 parent d7b6d24 commit 0350d3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1 data-beyondwords-marker="9053e2e5-bbfe-435c-b952-57af82489a08">
8181
const script = document.querySelector("#player-script");
8282
const isLocal = location.hostname === "localhost" || location.hostname.includes("ngrok-free");
8383

84-
script.src = isLocal ? "src/index.ts" : "https://proxy.beyondwords.io/npm/@beyondwords/[email protected].8/dist/umd.js";
84+
script.src = isLocal ? "src/index.ts" : "https://proxy.beyondwords.io/npm/@beyondwords/[email protected].9/dist/umd.js";
8585
</script>
8686

8787
<p data-beyondwords-marker="76fe8780-09ef-4a35-b5ac-31122bdf0c79">

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beyondwords/player",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"license": "See license in README.md",
55
"author": "BeyondWords Developers",
66
"homepage": "https://github.com/BeyondWords-io/player",

0 commit comments

Comments
 (0)