Skip to content

Commit 2c84427

Browse files
committed
Update version to 4.10 in EntryPoint.cs
Incremented the version from 4.9 to 4.10 to reflect updates or changes in the codebase. This ensures alignment with the current state of the application.
1 parent 077661e commit 2c84427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/HI2UC/EntryPoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class HI2UC : IPlugin
1919
// the text that will be displaying when subtitle edit context-menu
2020
public string Text => "Hearing Impaired to Uppercase";
2121

22-
public decimal Version => 4.9m;
22+
public decimal Version => 4.10m;
2323

2424
public string DoAction(Form parentForm, string srtText, double frame, string uiLineBreak, string file,
2525
string videoFile, string rawText)

0 commit comments

Comments
 (0)