summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-24 10:59:17 +0100
committerChristian Duerr <contact@christianduerr.com>2020-03-24 10:38:32 +0000
commit3d5fe5fa5a150639d2951f0060d81eb9e015c8e1 (patch)
tree7875697cf656afc98c5fe87b6ba6b3c2025828dc /alacritty_terminal/Cargo.toml
parentd0c53bb605e244e20662dddff931c868234a5b9e (diff)
Bump version to 0.4.2 RC4v0.4.2-rc4
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 c7ad3acc..6a00a730 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.4.2-rc3"
+version = "0.4.2-rc4"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"