summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-05-01 13:21:06 +0000
committerGitHub <noreply@github.com>2021-05-01 13:21:06 +0000
commit347dbd9cbe0cb875e77e0dd6be3fd094a1d00843 (patch)
tree4aefff6df56d7a2f4224176c1802176b75367df7 /alacritty_terminal
parente3818a226c79f263d6e19fe83f411b199f7e55ef (diff)
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 c6947009..9b425984 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.13.0-dev"
+version = "0.14.0-rc1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"