Skip to content

Commit

Permalink
Bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored Feb 11, 2019
1 parent bfb67ed commit 3ec53b4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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).

## [Unreleased]
## Version 0.2.9

### Changed

Expand Down
26 changes: 13 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
version = "0.2.8"
version = "0.2.9"
authors = ["Joe Wilm <[email protected]>"]
license = "Apache-2.0"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion alacritty.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.8" "User Commands"
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.9" "User Commands"
.SH NAME
alacritty \- a cross-platform, gpu-accelerated terminal emulator
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion assets/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.2.8</string>
<string>0.2.9</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: alacritty
version: '0.2.8' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.2.9' # just for humans, typically '1.2+git' or '1.3.2'
summary: Modern, GPU accelerated terminal emulator
description: |
Alacritty is the fastest terminal emulator in existence. Using the GPU
Expand Down

0 comments on commit 3ec53b4

Please sign in to comment.