summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-19 20:35:15 +0000
committerGitHub <noreply@github.com>2020-07-19 20:35:15 +0000
commit714bbb769ec1ff4a32e594aa6d67d13b98814caa (patch)
tree453e5dc8b23b209f8bbac5a288d0b8584aaa8ffc /alacritty_terminal/Cargo.toml
parentfa79758f5645bff66f8d12797832fa2b57157975 (diff)
downloadalacritty-714bbb769ec1ff4a32e594aa6d67d13b98814caa.tar.gz
alacritty-714bbb769ec1ff4a32e594aa6d67d13b98814caa.zip
Bump version to 0.5.0-rc2v0.5.0-rc2
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 48fc573b..80236f1d 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.5.0-rc1"
+version = "0.10.0-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"