summaryrefslogtreecommitdiffstats
path: root/extra/windows
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-22 16:04:58 +0000
committerGitHub <noreply@github.com>2019-04-22 16:04:58 +0000
commit2b39e6bf99324c0fc2d3600075b0cafd57af036c (patch)
tree84f8a0fde8dc6009d22ac7c45178ec4190ac19c5 /extra/windows
parent4b3e7da0fcef7b876c8fdd015d321d06e5f64e63 (diff)
Bump version to 0.3.1v0.3.1
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 9876cf38..ba9fc727 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.3.0" Manufacturer="Alacritty">
+ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.3.1" 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"/>