Skip to content

Commit e28d842

Browse files
committed
Ready for 0.9.2
1 parent 35ed05d commit e28d842

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Chanakya
3+
Copyright (c) 2025 Chanakya
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Source/Hurl.BrowserSelector/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[assembly: AssemblyConfiguration("retail")]
77
[assembly: AssemblyCompany("https://github.com/U-C-S")]
88
[assembly: AssemblyProduct("Hurl")]
9-
[assembly: AssemblyCopyright("Copyright (c) 2024 Chanakya")]
9+
[assembly: AssemblyCopyright("Copyright (c) 2025 Chanakya")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

1313
[assembly: ComVisible(false)]
14-
[assembly: AssemblyVersion("0.9.1.24")]
15-
[assembly: AssemblyFileVersion("0.9.1.24")]
14+
[assembly: AssemblyVersion("0.9.2.25")]
15+
[assembly: AssemblyFileVersion("0.9.2.25")]
1616
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]

Source/Hurl.Library/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class Constants
77
public const string NAME = "Hurl";
88
public const string DESCRIPTION = "Hurl - A tool to select the browsers dynamically";
99
public const string URLAssociations = "HandleURL3721";
10-
public const string VERSION = "0.9.1";
10+
public const string VERSION = "0.9.2";
1111
public const string SOURCE_CODE_LINK= "https://github.com/U-C-S/Hurl";
1212

1313
public static string APP_PARENT_DIR = AppContext.BaseDirectory;

Source/Hurl.Settings/Hurl.Settings.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Title>Hurl Settings</Title>
44
<AssemblyName>Hurl Settings</AssemblyName>
5-
<Version>0.9.1</Version>
6-
<FileVersion>0.9.1.24</FileVersion>
5+
<Version>0.9.2</Version>
6+
<FileVersion>0.9.2.25</FileVersion>
77
<ApplicationIcon>internet.ico</ApplicationIcon>
8-
<Copyright>Copyright (c) 2024 Chanakya</Copyright>
8+
<Copyright>Copyright (c) 2025 Chanakya</Copyright>
99
<Product>Hurl</Product>
1010
<Company>Chanakya</Company>
1111
<Authors>U-C-S</Authors>

Source/Launcher/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "Launcher"
33
description = "Hurl"
4-
version = "0.9.1"
4+
version = "0.9.2"
55
edition = "2024"
66
build = "build.rs"
77

@@ -16,6 +16,6 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
1616

1717
[package.metadata.winresource]
1818
ProductName = "Hurl"
19-
LegalCopyright = "Copyright © 2024 Chanakya"
19+
LegalCopyright = "Copyright © 2025 Chanakya"
2020
OriginalFilename = "Launcher.exe"
21-
FileVersion = "0.9.1.24"
21+
FileVersion = "0.9.2.25"

Utils/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define MyAppName "Hurl"
44
#define NameSmall "hurl"
5-
#define MyAppVersion "0.9.1.24"
5+
#define MyAppVersion "0.9.2.25"
66
#define MyAppPublisher "U-C-S"
77
#define MyAppURL "https://github.com/U-C-S/Hurl"
88
#define ExeLauncher "Launcher.exe"

0 commit comments

Comments
 (0)