summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-21 01:40:47 +0000
committerGitHub <noreply@github.com>2020-03-21 01:40:47 +0000
commit47e63227d00b42dcfe7a4ac903e8ab79f3609f11 (patch)
tree4b2ef04cd50f85ff9842a9e9b8377023c7c4cf6f /alacritty_terminal/Cargo.toml
parent8ff7246c3190924943202d1f427606289a6fe295 (diff)
downloadalacritty-47e63227d00b42dcfe7a4ac903e8ab79f3609f11.tar.gz
alacritty-47e63227d00b42dcfe7a4ac903e8ab79f3609f11.zip
Bump version to RC3v0.4.2-rc3
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 152470ea..c7ad3acc 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.4.2-rc2"
+version = "0.4.2-rc3"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"