launcher: bump version 0.4.8 -> 0.4.9 for session-refresh fix

So existing 0.4.8 installs see the upgrade banner in their current
launcher after the next deploy. The actual session-refresh code change
landed in the previous commit (DoLaunchAsync pre-launch refresh).
This commit is contained in:
2026-05-23 16:35:13 +00:00
parent 36acbafea5
commit 444cadd921
+1 -1
View File
@@ -10,7 +10,7 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<RootNamespace>ModpackLauncher</RootNamespace> <RootNamespace>ModpackLauncher</RootNamespace>
<AssemblyName>ModpackLauncher</AssemblyName> <AssemblyName>ModpackLauncher</AssemblyName>
<Version>0.4.8</Version> <Version>0.4.9</Version>
<ApplicationIcon Condition="Exists('Assets\icon.ico')">Assets\icon.ico</ApplicationIcon> <ApplicationIcon Condition="Exists('Assets\icon.ico')">Assets\icon.ico</ApplicationIcon>
<!-- Single-file self-contained publish defaults (Windows-only now due to WebView2) --> <!-- Single-file self-contained publish defaults (Windows-only now due to WebView2) -->