Skip to content

Commit

Permalink
Update version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Nov 9, 2024
1 parent fa94ece commit 5aa2ab0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.9.0.23")]
[assembly: AssemblyFileVersion("0.9.0.23")]
[assembly: AssemblyVersion("0.9.1.24")]
[assembly: AssemblyFileVersion("0.9.1.24")]
[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 @@ -7,7 +7,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.9.0";
public const string VERSION = "0.9.1";
public const string SOURCE_CODE_LINK= "https://github.com/U-C-S/Hurl";

public static string APP_PARENT_DIR = AppContext.BaseDirectory;
Expand Down
4 changes: 2 additions & 2 deletions Source/Hurl.Settings/Hurl.Settings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Title>Hurl Settings</Title>
<AssemblyName>Hurl Settings</AssemblyName>
<Version>0.9.0</Version>
<FileVersion>0.9.0.23</FileVersion>
<Version>0.9.1</Version>
<FileVersion>0.9.1.24</FileVersion>
<ApplicationIcon>internet.ico</ApplicationIcon>
<Copyright>Copyright (c) 2024 Chanakya</Copyright>
<Product>Hurl</Product>
Expand Down
2 changes: 1 addition & 1 deletion Source/Launcher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Source/Launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "Launcher"
description = "Hurl"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
build = "build.rs"

Expand All @@ -23,4 +23,4 @@ lto = true
ProductName = "Hurl"
LegalCopyright = "Copyright © 2024 Chanakya"
OriginalFilename = "Launcher.exe"
FileVersion = "0.9.0.23"
FileVersion = "0.9.1.24"
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.9.0.23"
#define MyAppVersion "0.9.1.24"
#define MyAppPublisher "U-C-S"
#define MyAppURL "https://github.com/U-C-S/Hurl"
#define ExeLauncher "Launcher.exe"
Expand Down

0 comments on commit 5aa2ab0

Please sign in to comment.