summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-12-25 09:55:38 +0100
committerGitHub <noreply@github.com>2021-12-25 08:55:38 +0000
commit2c78d216ca2934595b0b56464fb84048cd979c8d (patch)
treeab809b510af02a2396fd25f5ec7b0f032c04b5d7 /alacritty_terminal
parent3af1940192245f96f0b7c8e2d2d5c4a5d8eb98a1 (diff)
Alacritty version 0.10.0-rc1v0.10.0-rc1alacritty_terminal_v0.16.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 46559d63..4debd805 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.15.1-dev"
+version = "0.16.0-rc1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"