mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Bump version number to v0.2.2
This commit is contained in:
parent
6a0bd7409d
commit
f182afafe5
5 changed files with 5 additions and 5 deletions
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## Version 0.2.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "alacritty"
|
name = "alacritty"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Joe Wilm <joe@jwilm.com>"]
|
authors = ["Joe Wilm <joe@jwilm.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.1" "User Commands"
|
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.2" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
alacritty \- a cross-platform, gpu-accelerated terminal emulator
|
alacritty \- a cross-platform, gpu-accelerated terminal emulator
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.2.1</string>
|
<string>0.2.2</string>
|
||||||
<key>CFBundleSupportedPlatforms</key>
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
<array>
|
<array>
|
||||||
<string>MacOSX</string>
|
<string>MacOSX</string>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: alacritty # you probably want to 'snapcraft register <name>'
|
name: alacritty # you probably want to 'snapcraft register <name>'
|
||||||
version: '0.2.1' # just for humans, typically '1.2+git' or '1.3.2'
|
version: '0.2.2' # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
summary: Modern, GPU accelerated terminal emulator # 79 char long summary
|
summary: Modern, GPU accelerated terminal emulator # 79 char long summary
|
||||||
description: |
|
description: |
|
||||||
Modern, GPU accelerated terminal emulator
|
Modern, GPU accelerated terminal emulator
|
||||||
|
|
Loading…
Reference in a new issue