Update version to 1.0.8 in package.json and version.json, reflecting recent changes and build updates.

This commit is contained in:
ethanfly 2026-01-04 02:54:05 +08:00
parent 1189177568
commit 11ad2cf722
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "phper-dev-manager", "name": "phper-dev-manager",
"version": "1.0.7", "version": "1.0.8",
"description": "PHP开发环境管理器 - 管理PHP、MySQL、Nginx、Redis服务", "description": "PHP开发环境管理器 - 管理PHP、MySQL、Nginx、Redis服务",
"main": "dist-electron/main.js", "main": "dist-electron/main.js",
"scripts": { "scripts": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.7", "version": "1.0.8",
"buildTime": "2025-12-31T07:09:02.287Z", "buildTime": "2026-01-03T18:53:37.506Z",
"buildDate": "2025/12/31" "buildDate": "2026/1/4"
} }