diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index a92602f0..0b1b9967 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,6 +3,14 @@ Auto-GE 自动通用版(适用有EFEM设备) ---- +## Version 1.1.4.19 +**2024-01-25** + +- Bug修复 + - 1.Robot的状态提示Warning改为Info +- 新特性 + + - ## Version 1.1.4.18 **2024-01-23** diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index 00dcef78..6f9aa6e9 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -54,5 +54,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.4.18")] +[assembly: AssemblyVersion("1.1.4.19")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")]