ZaiZai 1 éve
szülő
commit
b585721393
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      package.json
  2. 1 1
      src/renderer/src/config/index.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "local_archive_app",
-    "version": "1.0.0",
+    "version": "1.0.1",
     "productName": "档案脱机存档",
     "main": "./out/main/index.js",
     "scripts": {

+ 1 - 1
src/renderer/src/config/index.js

@@ -1,7 +1,7 @@
 //主要配置
 export default {
     title: '档案脱机存档', // 系统名称
-    version: '1.0.0', // 当前版本
+    version: '1.0.1', // 当前版本
     key: 'local_archive_app', // 配置主键,目前用于存储
     homePath: window.api.homedir + '/.hc-archive/', // 系统根目录
     configPath: window.api.homedir + '/.hc-archive/config.json',