diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-16 14:10:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 14:10:15 +0000 |
commit | cc3e4d3d5cb2f658d6faef02e4216b9342451efc (patch) | |
tree | 16e8ee38cbd727d84ce8ac52b6f71a9ccd22e832 /extra/windows | |
parent | 58e2365abe4bc4b1e92531b94f3c15716407272f (diff) | |
download | alacritty-cc3e4d3d5cb2f658d6faef02e4216b9342451efc.tar.gz alacritty-cc3e4d3d5cb2f658d6faef02e4216b9342451efc.zip |
Bump version to 0.3.3v0.3.3
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 0c4463e9..24ed1294 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.3-rc2" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.3.3" 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"/> |