aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-16 00:24:16 +0000
committerGitHub <noreply@github.com>2020-07-16 00:24:16 +0000
commitfa79758f5645bff66f8d12797832fa2b57157975 (patch)
tree595602e31e463139a2814a7cdca55746fa03930f /alacritty_terminal
parent142f84efb955a9fa59f4205ec3a6db3964c5f433 (diff)
downloadalacritty-fa79758f5645bff66f8d12797832fa2b57157975.tar.gz
alacritty-fa79758f5645bff66f8d12797832fa2b57157975.zip
Bump version to 0.5.0-rc1v0.5.0-rc1
Diffstat (limited to 'alacritty_terminal')
-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 15edec3f..48fc573b 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.5.0-dev"
+version = "0.5.0-rc1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"