Skip to content

Commit

Permalink
Release version 1.8.56
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Nov 30, 2023
1 parent 860c903 commit 89cf120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lavavu/html/webview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<input id="fileinput" type="file" style="visibility:hidden" onchange="useFileInput(this)" />

<script async src="https://cdn.jsdelivr.net/gh/lavavu/lavavu.github.io@1.8.55/LavaVu-amalgamated.min.js"></script>
<script async src="https://cdn.jsdelivr.net/gh/lavavu/lavavu.github.io@1.8.56/LavaVu-amalgamated.min.js"></script>
<!--script src="dat.gui.min.js"></script>
<script src="OK-min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#Current version
#(must be of the form X.Y.Z to trigger wheel builds)
version = "1.8.55"
version = "1.8.56"

"""
To release a new verison:
Expand Down

0 comments on commit 89cf120

Please sign in to comment.