Skip to content

Commit da09c63

Browse files
authored
Release version 0.3.18 (#33)
1 parent 945051b commit da09c63

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
@@ -82,7 +82,7 @@ <h1 data-beyondwords-marker="cbe5f90b-0e73-4135-967a-a6241e3f02ee">
8282
const script = document.querySelector("#player-script");
8383
const isLocal = location.hostname === "localhost" || location.hostname.includes("ngrok-free");
8484

85-
script.src = isLocal ? "src/index.ts" : "https://proxy.beyondwords.io/npm/@beyondwords/[email protected].17/dist/umd.js";
85+
script.src = isLocal ? "src/index.ts" : "https://proxy.beyondwords.io/npm/@beyondwords/[email protected].18/dist/umd.js";
8686
</script>
8787

8888
<p data-beyondwords-marker="7dbf51e6-f8e7-4c17-85f5-3614d3dc096d">

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.17",
3+
"version": "0.3.18",
44
"license": "See license in README.md",
55
"author": "BeyondWords Developers",
66
"homepage": "https://github.com/BeyondWords-io/player",

0 commit comments

Comments
 (0)