diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-22 16:04:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 16:04:58 +0000 |
commit | 2b39e6bf99324c0fc2d3600075b0cafd57af036c (patch) | |
tree | 84f8a0fde8dc6009d22ac7c45178ec4190ac19c5 /extra | |
parent | 4b3e7da0fcef7b876c8fdd015d321d06e5f64e63 (diff) | |
download | alacritty-2b39e6bf99324c0fc2d3600075b0cafd57af036c.tar.gz alacritty-2b39e6bf99324c0fc2d3600075b0cafd57af036c.zip |
Bump version to 0.3.1v0.3.1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/alacritty.man | 2 | ||||
-rw-r--r-- | extra/linux/snap/snapcraft.yaml | 2 | ||||
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 | ||||
-rw-r--r-- | extra/windows/wix/alacritty.wxs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 68437e4e..4b794f7a 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -1,4 +1,4 @@ -.TH ALACRITTY "1" "August 2018" "alacritty 0.3.0" "User Commands" +.TH ALACRITTY "1" "August 2018" "alacritty 0.3.1" "User Commands" .SH NAME alacritty \- a cross-platform, gpu-accelerated terminal emulator .SH "SYNOPSIS" diff --git a/extra/linux/snap/snapcraft.yaml b/extra/linux/snap/snapcraft.yaml index 564b95f2..d03970fe 100644 --- a/extra/linux/snap/snapcraft.yaml +++ b/extra/linux/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty -version: '0.3.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.3.1' summary: Modern, GPU accelerated terminal emulator description: | Alacritty is a terminal emulator with a strong focus on simplicity and diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index da1aea7e..060c7351 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.3.0</string> + <string>0.3.1</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> 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"/> |