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 | |
parent | c901c74d017a89e8196976e4f515960a5219c2cf (diff) | |
download | alacritty-4fbae5e397c514c245432a6415a4c99c52b7978f.tar.gz alacritty-4fbae5e397c514c245432a6415a4c99c52b7978f.zip |
Bump version to 0.3.2v0.3.2
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f20f07..55ce0af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Version 0.3.2 ### Fixed @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.3.1" +version = "0.3.2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.3.1" +version = "0.3.2" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" diff --git a/extra/alacritty.man b/extra/alacritty.man index 4b794f7a..1d3c6d86 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -1,4 +1,4 @@ -.TH ALACRITTY "1" "August 2018" "alacritty 0.3.1" "User Commands" +.TH ALACRITTY "1" "August 2018" "alacritty 0.3.2" "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 d03970fe..ba7ad6c0 100644 --- a/extra/linux/snap/snapcraft.yaml +++ b/extra/linux/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty -version: '0.3.1' +version: '0.3.2' 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 060c7351..5cfdea9b 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.1</string> + <string>0.3.2</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> 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"/> |