summaryrefslogtreecommitdiffstats
path: root/extra/windows
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-01-05 17:42:11 +0300
committerChristian Duerr <contact@christianduerr.com>2020-01-05 14:42:11 +0000
commit7fd17ab0dd30d9b14318578e4ca7d8da9c6c91d0 (patch)
tree9bbd65a372a8b0f2b43982b8ddf7175d39b18dfd /extra/windows
parent0cc68da04f109f66159aadc2404e232ab96bb97e (diff)
Bump version to 0.4.2-dev
Diffstat (limited to 'extra/windows')
-rw-r--r--extra/windows/wix/alacritty.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs
index e6e799da..cd66059d 100644
--- a/extra/windows/wix/alacritty.wxs
+++ b/extra/windows/wix/alacritty.wxs
@@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
- <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.1-dev" Manufacturer="Alacritty">
+ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.2-dev" Manufacturer="Alacritty">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
<Icon Id="AlacrittyIco" SourceFile="..\extra\windows\alacritty.ico"/>