Skip to content

Commit

Permalink
Fixed bug with website demo not updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 21, 2021
1 parent 84b91dc commit eea044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ demoSelector.addEventListener("change", function() {
});

async function loadVersion() {
fetch("https://unpkg.com/stormdb@0.3.0/package.json")
fetch("https://unpkg.com/stormdb/package.json")
.then(function(response) {
return response.json();
})
Expand Down

0 comments on commit eea044e

Please sign in to comment.