Skip to content

Commit

Permalink
Release version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzz committed Apr 10, 2024
1 parent 00511ad commit b39670e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1 data-beyondwords-marker="9053e2e5-bbfe-435c-b952-57af82489a08">
const script = document.querySelector("#player-script");
const isLocal = location.hostname === "localhost" || location.hostname.includes("ngrok-free");

script.src = isLocal ? "src/index.ts" : "https://proxy.beyondwords.io/npm/@beyondwords/player@0.2.3/dist/umd.js";
script.src = isLocal ? "src/index.ts" : "https://proxy.beyondwords.io/npm/@beyondwords/player@0.2.4/dist/umd.js";
</script>

<p data-beyondwords-marker="76fe8780-09ef-4a35-b5ac-31122bdf0c79">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beyondwords/player",
"version": "0.2.3",
"version": "0.2.4",
"license": "See license in README.md",
"author": "BeyondWords Developers",
"homepage": "https://github.com/BeyondWords-io/player",
Expand Down

0 comments on commit b39670e

Please sign in to comment.