Skip to content

Commit

Permalink
Ready for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Aug 25, 2024
1 parent 3649eef commit 37d65e1
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 @@ -11,6 +11,6 @@
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.9.0.22")]
[assembly: AssemblyFileVersion("0.9.0.22")]
[assembly: AssemblyVersion("0.9.0.23")]
[assembly: AssemblyFileVersion("0.9.0.23")]
[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.9.0.22"
#define MyAppVersion "0.9.0.23"
#define MyAppPublisher "U-C-S"
#define MyAppURL "https://github.com/U-C-S/Hurl"
#define ExeLauncher "Launcher.exe"
Expand Down

0 comments on commit 37d65e1

Please sign in to comment.