Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HimDek committed Nov 11, 2022
1 parent be7cbe1 commit 7d742eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HiDe Techno Tips")]
[assembly: AssemblyProduct("yuzu Early Access Launcher")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
2 changes: 1 addition & 1 deletion yuzu-Early-Access-Launcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static class yuzu_Early_Access_Launcher
[STAThread]
static int Main()
{
String theme = "", version = "2.0.2", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath);
String theme = "", version = "2.0.3", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath);
Directory.SetCurrentDirectory(path);

if (mutex.WaitOne(TimeSpan.Zero, true))
Expand Down

0 comments on commit 7d742eb

Please sign in to comment.