Skip to content

Commit 6db0e40

Browse files
committed
feat: Update version to 0.0.8 in application and UI
1 parent ec6dca2 commit 6db0e40

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

backend/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def get_status():
350350
"proxy_host": PROXY_HOST,
351351
"proxy_port": PROXY_PORT,
352352
"timestamp": datetime.now().isoformat(),
353-
"version": "0.0.7"
353+
"version": "0.0.8"
354354
}
355355

356356
# Add today's request count

data/secure_proxy.db

0 Bytes
Binary file not shown.

ui/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ <h5 class="modal-title" id="aboutModalLabel">About Secure Proxy</h5>
836836
<div class="modal-body text-center">
837837
<i class="fas fa-shield-alt fa-4x mb-3" style="color: var(--primary-color);"></i>
838838
<h4>Secure Proxy</h4>
839-
<p class="text-muted">Version 0.0.7</p>
839+
<p class="text-muted">Version 0.0.8</p>
840840
<p>A modern web interface for managing Squid Proxy with enhanced security features.</p>
841841

842842
<div class="mt-4 mb-3">

0 commit comments

Comments
 (0)