diff --git a/base/install_all.iss b/base/install_all.iss index ac1ca31..3a08cca 100644 --- a/base/install_all.iss +++ b/base/install_all.iss @@ -1,7 +1,7 @@ ;iss #define MyAppName "基础环境" -#define MyAppVersion "1.0.7" +#define MyAppVersion "1.0.8" #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "command" diff --git a/base/install_usr.iss b/base/install_usr.iss index 13eb823..889d719 100644 --- a/base/install_usr.iss +++ b/base/install_usr.iss @@ -1,7 +1,7 @@ ;iss #define MyAppName "基础环境" -#define MyAppVersion "1.0.1" +#define MyAppVersion "1.0.2" #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "command"