chore: bump version to v0.1.17 (CPU-only build)

This commit is contained in:
Your Name 2026-01-25 20:17:18 +08:00
parent 18e97ecef9
commit 23d886817a
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# ============================================================================== # ==============================================================================
# ConvertX-CN 官方 Docker Image # ConvertX-CN 官方 Docker Image
# 版本v0.1.16 - CPU-only 輕量版 # 版本v0.1.17 - CPU-only 輕量版
# ============================================================================== # ==============================================================================
# #
# 📦 Image 說明: # 📦 Image 說明:
@ -48,7 +48,7 @@
FROM debian:bookworm-slim AS base FROM debian:bookworm-slim AS base
LABEL org.opencontainers.image.source="https://github.com/pi-docket/ConvertX-CN" LABEL org.opencontainers.image.source="https://github.com/pi-docket/ConvertX-CN"
LABEL org.opencontainers.image.description="ConvertX-CN - 完全離線化檔案轉換服務" LABEL org.opencontainers.image.description="ConvertX-CN - 完全離線化檔案轉換服務"
LABEL org.opencontainers.image.version="v0.1.16" LABEL org.opencontainers.image.version="v0.1.17"
WORKDIR /app WORKDIR /app
# 設定非互動模式 # 設定非互動模式

View file

@ -1,6 +1,6 @@
{ {
"name": "convertx-frontend", "name": "convertx-frontend",
"version": "0.1.16", "version": "0.1.17",
"scripts": { "scripts": {
"dev": "bun run --watch src/index.tsx", "dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx", "hot": "bun run --hot src/index.tsx",