chore: cleanup debug artifacts, bump to v2.1
This commit is contained in:
parent
b6b8be7b24
commit
628dfebe78
2 changed files with 2 additions and 2 deletions
2
app.py
2
app.py
|
|
@ -1450,7 +1450,7 @@ if __name__ == '__main__':
|
|||
print("\033[32m" + f"http://127.0.0.1:{port_sever}" + "\033[0m", flush=True)
|
||||
|
||||
print("----------------------------------------------------------------")
|
||||
print(" aPix v2.0 DEBUG - STARTED")
|
||||
print(" aPix v2.1 - STARTED")
|
||||
print("----------------------------------------------------------------")
|
||||
|
||||
initialize_config_files()
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<aside class="sidebar">
|
||||
<div class="sidebar-header">
|
||||
<div class="brand">
|
||||
<h1>aPix <span class="badge">v4.0 DEBUG</span></h1>
|
||||
<h1>aPix <span class="badge">v2.1</span></h1>
|
||||
</div>
|
||||
<div class="sidebar-header-actions">
|
||||
<button type="button" class="toolbar-info-btn info-icon-btn" data-popup-target="help"
|
||||
|
|
|
|||
Loading…
Reference in a new issue