diff --git a/README.md b/README.md index f0f2352..9c1a767 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Otherwise, on previous versions of Windows: [at-least version 4.7.1 of the .NET #### Step-by-step -1. Download the patch's Batch file, `tiny-ui-fix-for-ts3.bat`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.2/tiny-ui-fix-for-ts3.bat](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.2/tiny-ui-fix-for-ts3.bat). +1. Download the patch's Batch file, `tiny-ui-fix-for-ts3.bat`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.3/tiny-ui-fix-for-ts3.bat](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.3/tiny-ui-fix-for-ts3.bat). 2. Run the downloaded Batch file by double-clicking it. 3. Follow the instructions provided by the script. @@ -37,7 +37,7 @@ At-least version 10.13 of macOS (version 10.13 is High Sierra). #### Step-by-step -1. Download the zip containing the patch's Shell script, `tiny-ui-fix-for-ts3.command.zip`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.2/tiny-ui-fix-for-ts3.command.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.2/tiny-ui-fix-for-ts3.command.zip). +1. Download the zip containing the patch's Shell script, `tiny-ui-fix-for-ts3.command.zip`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.3/tiny-ui-fix-for-ts3.command.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.3/tiny-ui-fix-for-ts3.command.zip). 2. Open the downloaded zip file by double-clicking it. (The Safari browser may automatically take the script out of the zip file). 3. Right-click the `tiny-ui-fix-for-ts3.command` file and select "Open". 4. Select "Open" in the dialog that pops up. @@ -54,7 +54,7 @@ At-least version 10.13 of macOS (version 10.13 is High Sierra). Version 5.1 of PowerShell, or version 7.0-or-later of PowerShell. -The PowerShell script and its accompanying files can be downloaded as a zip-archive from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.2/tiny-ui-fix-for-ts3.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.2/tiny-ui-fix-for-ts3.zip). \ +The PowerShell script and its accompanying files can be downloaded as a zip-archive from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.3/tiny-ui-fix-for-ts3.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.3/tiny-ui-fix-for-ts3.zip). \ Extract that zip-archive to a directory, and then run the script in PowerShell via the `Use-TinyUIFixForTS3.ps1` file at the root of the directory. diff --git a/TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs b/TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs index 471b3f4..7c538bf 100644 --- a/TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs +++ b/TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: AssemblyTitle("TinyUIFixForTS3CoreBridge")] [assembly: AssemblyDescription("")] [assembly: Tunable] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.3.0")] [assembly: Guid("a732573d-2292-442c-b905-ea55ecdc5380")] [assembly: ComVisible(false)] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/TinyUIFixForTS3/Patch/AssemblyInfo.cs b/TinyUIFixForTS3/Patch/AssemblyInfo.cs index bd6c999..75640ad 100644 --- a/TinyUIFixForTS3/Patch/AssemblyInfo.cs +++ b/TinyUIFixForTS3/Patch/AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: AssemblyTitle("TinyUIFixForTS3")] [assembly: AssemblyDescription("")] [assembly: Tunable] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.3.0")] [assembly: Guid("9c7a6368-dab2-4e40-977e-715b43a1df1b")] [assembly: ComVisible(false)] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1 b/TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1 index 237924a..7240c69 100644 --- a/TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1 +++ b/TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1 @@ -421,7 +421,7 @@ enum TinyUIFixForTS3ResourceCFGDirective class TinyUIFixPSForTS3 { - static [Version] $Version = [Version]::new(1, 3, 2) + static [Version] $Version = [Version]::new(1, 3, 3) static [URI] $VersionCheckURL = [URI]::new('https://github.com/just-harry/tiny-ui-fix-for-ts3/raw/most-recent-version/VERSION') static [URI] $HomePageURL = [URI]::new('https://github.com/just-harry/tiny-ui-fix-for-ts3') static [Collections.Specialized.OrderedDictionary] $HomePageURLs = [Ordered] @{