diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-22 22:19:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 22:19:55 +0000 |
commit | 4fbae5e397c514c245432a6415a4c99c52b7978f (patch) | |
tree | 6905795fc981495cc156f877d1e6d4a685e26073 /extra/windows | |
parent | c901c74d017a89e8196976e4f515960a5219c2cf (diff) | |
download | alacritty-4fbae5e397c514c245432a6415a4c99c52b7978f.tar.gz alacritty-4fbae5e397c514c245432a6415a4c99c52b7978f.zip |
Bump version to 0.3.2v0.3.2
Diffstat (limited to 'extra/windows')
-rw-r--r-- | extra/windows/wix/alacritty.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs index ba9fc727..eabb1825 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.1" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.3.2" 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"/> |