Skip to content

Commit d8e53d5

Browse files
committed
Ready for v0.9.0-alpha-3
1 parent 26a00a8 commit d8e53d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Hurl.BrowserSelector/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
[assembly: AssemblyCulture("")]
1212

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

Utils/installer.iss

+1-1
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.0.21"
5+
#define MyAppVersion "0.9.0.22"
66
#define MyAppPublisher "The 3721 Tools"
77
#define MyAppURL "https://github.com/U-C-S/Hurl"
88
#define MyAppExeName "Launcher.exe"

0 commit comments

Comments
 (0)