Release v1.4.5

This commit is contained in:
lutc5
2026-05-06 12:08:39 +08:00
parent d2a0441072
commit 4622dee883
7 changed files with 131 additions and 17 deletions

View File

@@ -239,7 +239,7 @@ onUnmounted(() => {
<span class="status-dot" :class="{ running: status.running }"></span>
<div>
<strong>{{ status.running ? 'Proxy Running' : 'Proxy Stopped' }}</strong>
<small>v1.4.4</small>
<small>v1.4.5</small>
</div>
</div>
</aside>

View File

@@ -11,6 +11,6 @@
"email": "lutc5@asiainfo.com"
},
"info": {
"productVersion": "1.4.4"
"productVersion": "1.4.5"
}
}