Skip to content

Commit

Permalink
Update the version-number to 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-harry committed Sep 14, 2024
1 parent 6fcc584 commit 774c60f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyTitle("TinyUIFixForTS3CoreBridge")]
[assembly: AssemblyDescription("")]
[assembly: Tunable]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: Guid("a732573d-2292-442c-b905-ea55ecdc5380")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.5.0.0")]

4 changes: 2 additions & 2 deletions TinyUIFixForTS3/Patch/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyTitle("TinyUIFixForTS3")]
[assembly: AssemblyDescription("")]
[assembly: Tunable]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: Guid("9c7a6368-dab2-4e40-977e-715b43a1df1b")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.5.0.0")]

2 changes: 1 addition & 1 deletion TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ enum TinyUIFixForTS3ResourceCFGDirective

class TinyUIFixPSForTS3
{
static [Version] $Version = [Version]::new(1, 4, 3)
static [Version] $Version = [Version]::new(1, 5, 0)
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 774c60f

Please sign in to comment.