Skip to content

Commit 9d2db44

Browse files
committed
bump: v0.9.1
1 parent 9258864 commit 9d2db44

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎Magpie/App.xaml.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Magpie {
3333
/// Interaction logic for App.xaml
3434
/// </summary>
3535
public partial class App : Application {
36-
public static readonly Version APP_VERSION = new("0.9.0.0");
36+
public static readonly Version APP_VERSION = new("0.9.1.0");
3737
public static readonly string SCALE_MODELS_JSON_PATH = ".\\ScaleModels.json";
3838
public static readonly string LOGS_FOLDER = ".\\logs\\";
3939

‎Magpie/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
2020
//通过使用 "*",如下所示:
2121
// [assembly: AssemblyVersion("1.0.*")]
22-
[assembly: AssemblyVersion("0.9.0.0")]
23-
[assembly: AssemblyFileVersion("0.9.0.0")]
22+
[assembly: AssemblyVersion("0.9.1.0")]
23+
[assembly: AssemblyFileVersion("0.9.1.0")]
2424

2525

2626
// 将 ComVisible 设置为 false 会使此程序集中的类型

‎Runtime/Runtime.rc‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 0,9,0,0
29-
PRODUCTVERSION 0,9,0,0
28+
FILEVERSION 0,9,1,0
29+
PRODUCTVERSION 0,9,1,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -41,12 +41,12 @@ BEGIN
4141
BEGIN
4242
BLOCK "040004b0"
4343
BEGIN
44-
VALUE "FileVersion", "0.9.0.0"
44+
VALUE "FileVersion", "0.9.1.0"
4545
VALUE "InternalName", "Runtime.dll"
4646
VALUE "LegalCopyright", "Copyright (C) 2021 Liu Xu"
4747
VALUE "OriginalFilename", "Runtime.dll"
4848
VALUE "ProductName", "Magpie"
49-
VALUE "ProductVersion", "0.9.0.0"
49+
VALUE "ProductVersion", "0.9.1.0"
5050
END
5151
END
5252
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)