Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored Mar 29, 2020
1 parent 3d5fe5f commit f68de37
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## 0.4.2-rc4
## 0.4.2

### Packaging

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alacritty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
version = "0.4.2-rc4"
version = "0.4.2"
authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
license = "Apache-2.0"
description = "GPU-accelerated terminal emulator"
Expand Down
2 changes: 1 addition & 1 deletion alacritty_terminal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
version = "0.4.2-rc4"
version = "0.4.2"
authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"
Expand Down
2 changes: 1 addition & 1 deletion extra/alacritty.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ALACRITTY "1" "August 2018" "alacritty 0.4.2-rc4" "User Commands"
.TH ALACRITTY "1" "August 2018" "alacritty 0.4.2" "User Commands"
.SH NAME
alacritty \- a cross-platform, gpu-accelerated terminal emulator
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion extra/linux/io.alacritty.Alacritty.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ However, it does allow configuration of many aspects of the terminal.</p>
<url type="homepage">https://github.com/alacritty/alacritty</url>
<url type="bugtracker">https://github.com/alacritty/alacritty/issues</url>
<releases>
<release version="0.4.2-rc4" date="2019-06-16" unix_timestamp="1560694196"/>
<release version="0.4.2" date="2019-06-16" unix_timestamp="1560694196"/>
</releases>
<update_contact>https://github.com/alacritty/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact>
<developer_name>Joe Wilm</developer_name>
Expand Down
2 changes: 1 addition & 1 deletion extra/linux/redhat/alacritty.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: alacritty
Version: 0.4.2-rc4
Version: 0.4.2
Release: 1%{?dist}
Summary: A cross-platform, GPU enhanced terminal emulator
License: ASL 2.0
Expand Down
2 changes: 1 addition & 1 deletion extra/linux/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: alacritty
version: '0.4.2-rc4'
version: '0.4.2'
summary: Modern, GPU accelerated terminal emulator
description: |
Alacritty is a terminal emulator with a strong focus on simplicity and
Expand Down
2 changes: 1 addition & 1 deletion extra/osx/Alacritty.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.2-rc4</string>
<string>0.4.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
2 changes: 1 addition & 1 deletion extra/windows/wix/alacritty.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2-rc4" Manufacturer="Alacritty">
<Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.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"/>
Expand Down

0 comments on commit f68de37

Please sign in to comment.