Skip to content

Commit

Permalink
Update version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Jan 31, 2024
1 parent 2cd43d8 commit dc89551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Hurl.BrowserSelector/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.8.0.17")]
[assembly: AssemblyFileVersion("0.8.0.17")]
[assembly: AssemblyVersion("0.8.1.18")]
[assembly: AssemblyFileVersion("0.8.1.18")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]
2 changes: 1 addition & 1 deletion Source/Hurl.Library/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Constants
public const string NAME = "Hurl";
public const string DESCRIPTION = "Hurl - A tool to select the browsers dynamically";
public const string URLAssociations = "HandleURL3721";
public const string VERSION = "0.8.0";
public const string VERSION = "0.8.1";

public static string APP_PARENT_DIR = Environment.CurrentDirectory;
public static string APP_LAUNCH_PATH = Environment.GetCommandLineArgs()[0];
Expand Down

0 comments on commit dc89551

Please sign in to comment.