diff --git a/README.md b/README.md
index b1748cd..b274f6e 100644
--- a/README.md
+++ b/README.md
@@ -400,7 +400,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔗 NPS客户端,轻量级高性能内网穿透代理工具
-0.33.14 • [官网链接](https://github.com/djylb/nps)
+0.34.1 • [官网链接](https://github.com/djylb/nps)
diff --git a/apps/npc/0.33.14/.env.sample b/apps/npc/0.34.1/.env.sample
similarity index 100%
rename from apps/npc/0.33.14/.env.sample
rename to apps/npc/0.34.1/.env.sample
diff --git a/apps/npc/0.33.14/data.yml b/apps/npc/0.34.1/data.yml
similarity index 100%
rename from apps/npc/0.33.14/data.yml
rename to apps/npc/0.34.1/data.yml
diff --git a/apps/npc/0.33.14/docker-compose.yml b/apps/npc/0.34.1/docker-compose.yml
similarity index 85%
rename from apps/npc/0.33.14/docker-compose.yml
rename to apps/npc/0.34.1/docker-compose.yml
index 2b33328..61cf98b 100644
--- a/apps/npc/0.33.14/docker-compose.yml
+++ b/apps/npc/0.34.1/docker-compose.yml
@@ -1,6 +1,6 @@
services:
npc:
- image: duan2001/npc:v0.33.14
+ image: duan2001/npc:v0.34.1
restart: always
network_mode: host
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY}
|