Skip to content

Commit

Permalink
Ready for 0.9.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Jun 9, 2024
1 parent a532951 commit 1c75383
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Source/Hurl.BrowserSelector/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.8.3.20")]
[assembly: AssemblyFileVersion("0.8.3.20")]
[assembly: AssemblyVersion("0.9.0.21")]
[assembly: AssemblyFileVersion("0.9.0.21")]
[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.3";
public const string VERSION = "0.9.0";

public static string APP_PARENT_DIR = AppContext.BaseDirectory;
public static string APP_LAUNCH_PATH = Environment.GetCommandLineArgs()[0];
Expand Down
4 changes: 2 additions & 2 deletions Source/Hurl.RulesetManager/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.8.3.20")]
[assembly: AssemblyFileVersion("0.8.3.20")]
[assembly: AssemblyVersion("0.9.0.21")]
[assembly: AssemblyFileVersion("0.9.0.21")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]
2 changes: 1 addition & 1 deletion Utils/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define MyAppName "Hurl"
#define NameSmall "hurl"
#define MyAppVersion "0.8.3.20"
#define MyAppVersion "0.9.0.21"
#define MyAppPublisher "The 3721 Tools"
#define MyAppURL "https://github.com/U-C-S/Hurl"
#define MyAppExeName "Launcher.exe"
Expand Down

0 comments on commit 1c75383

Please sign in to comment.