Skip to content

Commit

Permalink
Update to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enindu committed Oct 11, 2023
1 parent 1c8c526 commit 758073c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ window.addEventListener("DOMContentLoaded", () => {
const versions = document.querySelectorAll(".version");
if (versions.length > 0) {
versions.forEach((version) => {
version.innerText = "0.3.0-dev";
version.innerText = "0.3.0";
});
}
const back = document.getElementById("back");
Expand Down
Binary file removed screenshots/form.png
Binary file not shown.

0 comments on commit 758073c

Please sign in to comment.