diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-08 19:14:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 19:14:51 +0000 |
commit | 6757acbb824e8be9968529a66e9a75a0a2ea2f5d (patch) | |
tree | a05ccca0793d8bc98eeb431a027570b6b79f16d0 /extra/windows/wix/alacritty.wxs | |
parent | cd8d537bed98559ed49c1465db84ecec5393119f (diff) | |
download | alacritty-0.3.0.tar.gz alacritty-0.3.0.zip |
Bump version to 0.3.0v0.3.0
Diffstat (limited to 'extra/windows/wix/alacritty.wxs')
-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 e00c01c5..9876cf38 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.2.9" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.3.0" 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"/> |