diff --git a/README.md b/README.md
index c233d285..328ec72c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
VegasScripts
-
+
diff --git a/otomad_helper/Otomad Helper.cs b/otomad_helper/Otomad Helper.cs
index a2457fd9..ca308e78 100644
--- a/otomad_helper/Otomad Helper.cs
+++ b/otomad_helper/Otomad Helper.cs
@@ -90,9 +90,9 @@ namespace Otomad.VegasScript.OtomadHelper.V4 {
///
public class EntryPoint {
/// 版本号
- public static readonly Version VERSION = new Version(4, 28, 1, 0);
+ public static readonly Version VERSION = new Version(4, 28, 3, 0);
/// 修订日期
- public static readonly DateTime REVISION_DATE = new DateTime(2023, 4, 1);
+ public static readonly DateTime REVISION_DATE = new DateTime(2023, 4, 3);
// 配置参数变量
#region 视频属性
@@ -11095,16 +11095,15 @@ private Track FindASuitableTrack(Timecode start, Timecode length, IEnumerable
if (typeof(T) == typeof(AudioEvent) && NoAudio || typeof(T) == typeof(VideoEvent) && NoVideo) return null;
Track track = null;
IEnumerable