Skip to content

Commit

Permalink
Update the version-number to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
just-harry committed Jan 6, 2024
1 parent 5eadcf3 commit 418f4a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0/tiny-ui-fix-for-ts3.bat](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.0/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.1/tiny-ui-fix-for-ts3.bat](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.1/tiny-ui-fix-for-ts3.bat).
2. Run the downloaded Batch file by double-clicking it.
3. Follow the instructions provided by the script.
</details>
Expand All @@ -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.0/tiny-ui-fix-for-ts3.command.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.0/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.1/tiny-ui-fix-for-ts3.command.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.1/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.
Expand All @@ -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.0/tiny-ui-fix-for-ts3.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.0/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.1/tiny-ui-fix-for-ts3.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.3.1/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.
</details>

Expand Down
2 changes: 1 addition & 1 deletion TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: AssemblyTitle("TinyUIFixForTS3CoreBridge")]
[assembly: AssemblyDescription("")]
[assembly: Tunable]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: Guid("a732573d-2292-442c-b905-ea55ecdc5380")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion TinyUIFixForTS3/Patch/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: AssemblyTitle("TinyUIFixForTS3")]
[assembly: AssemblyDescription("")]
[assembly: Tunable]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: Guid("9c7a6368-dab2-4e40-977e-715b43a1df1b")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ enum TinyUIFixForTS3ResourceCFGDirective

class TinyUIFixPSForTS3
{
static [Version] $Version = [Version]::new(1, 3, 0)
static [Version] $Version = [Version]::new(1, 3, 1)
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] @{
Expand Down

0 comments on commit 418f4a2

Please sign in to comment.