Skip to content

Commit

Permalink
Update version to 0.7.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Nov 1, 2022
1 parent 5c8cb51 commit 6e2a0da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions App/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.7.0.14")]
[assembly: AssemblyFileVersion("0.7.0.14")]
[assembly: AssemblyVersion("0.7.1.15")]
[assembly: AssemblyFileVersion("0.7.1.15")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]
2 changes: 1 addition & 1 deletion App/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.7.0";
public const string VERSION = "0.7.1";

public static string APP_PARENT_DIR = Environment.CurrentDirectory;
public static string APP_LAUNCH_PATH = Environment.GetCommandLineArgs()[0];
Expand Down
2 changes: 1 addition & 1 deletion Utils/installer.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "Hurl"
#define NameSmall "hurl"
#define MyAppVersion "0.7.0.14"
#define MyAppVersion "0.7.1.15"
#define MyAppPublisher "The 3721 Tools"
#define MyAppURL "https://github.com/U-C-S/Hurl"
#define MyAppExeName "Hurl.exe"
Expand Down

0 comments on commit 6e2a0da

Please sign in to comment.