Skip to content

Commit

Permalink
Update to 4.27.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otomad committed Mar 18, 2023
1 parent 170206e commit bad7296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1>VegasScripts</h1>
<p>
<img src="https://img.shields.io/badge/STATE-STABLE-green?style=flat-square" alt="State" />
<img src="https://img.shields.io/badge/VERSION-4.27.17.0-orange?style=flat-square" alt="Version" />
<img src="https://img.shields.io/badge/VERSION-4.27.18.0-orange?style=flat-square" alt="Version" />
<img src="https://img.shields.io/github/downloads/otomad/OtomadHelper/total.svg?style=flat-square&label=DOWNLOADS" alt="Downloads">
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions otomad_helper/Otomad Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ namespace Otomad.VegasScript.OtomadHelper.V4 {
/// </summary>
public class EntryPoint {
/// <summary>版本号</summary>
public static readonly Version VERSION = new Version(4, 27, 17, 0);
public static readonly Version VERSION = new Version(4, 27, 18, 0);
/// <summary>修订日期</summary>
public static readonly DateTime REVISION_DATE = new DateTime(2023, 3, 17);
public static readonly DateTime REVISION_DATE = new DateTime(2023, 3, 18);

// 配置参数变量
#region 视频属性
Expand Down

0 comments on commit bad7296

Please sign in to comment.