version number bump, i'm useful!

This commit is contained in:
tim h 2024-08-31 10:39:35 -05:00
parent 2c5759e8fc
commit 54ad744d61
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
@ -339,7 +339,7 @@
<br /> <br />
<span id="version"> <span id="version">
<a href="https://github.com/zero01101/openOutpaint" target="_blank"> <a href="https://github.com/zero01101/openOutpaint" target="_blank">
v20240824.001 v20240831.001
</a> </a>
<br /> <br />
<a <a

View file

@ -8,7 +8,7 @@
<iframe <iframe
id="openoutpaint" id="openoutpaint"
style="width: 100%; height: 800px" style="width: 100%; height: 800px"
src="../index.html?v=f393a6b" src="../index.html?v=6b3e154"
frameborder="0"></iframe> frameborder="0"></iframe>
<button id="add-res">Add Resource</button> <button id="add-res">Add Resource</button>
<script> <script>
@ -72,3 +72,4 @@
</script> </script>
</body> </body>
</html> </html>