summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-11 22:16:53 +0000
committerGitHub <noreply@github.com>2018-11-11 22:16:53 +0000
commitf182afafe5c3e28205d2f45361d689b99f936955 (patch)
tree54f50d07cd4860e0abadda43e09e05b246e2edc0
parent6a0bd7409d098fac85c13f8f268adbb11c0a371e (diff)
Bump version number to v0.2.2v0.2.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
-rw-r--r--alacritty.man2
-rw-r--r--assets/osx/Alacritty.app/Contents/Info.plist2
-rw-r--r--snap/snapcraft.yaml2
5 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6cc7ccd..0d0f146d 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.2.2
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 378f7772..bd74b76c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
build = "build.rs"
diff --git a/alacritty.man b/alacritty.man
index 5baa5b82..687781ee 100644
--- a/alacritty.man
+++ b/alacritty.man
@@ -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
alacritty \- a cross-platform, gpu-accelerated terminal emulator
.SH "SYNOPSIS"
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist
index 30dd6d89..e1c0c886 100644
--- a/assets/osx/Alacritty.app/Contents/Info.plist
+++ b/assets/osx/Alacritty.app/Contents/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.2.1</string>
+ <string>0.2.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b1583019..85008334 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
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
description: |
Modern, GPU accelerated terminal emulator