diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-01 19:17:59 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-05-01 17:30:49 +0000 |
commit | cad5034a6e60f11ce29d33d3538e1da8f08ad0fc (patch) | |
tree | c55461fd1dfb486a2e4ae82e8cd815ce754511b9 /alacritty_terminal | |
parent | 3133f42191774ad45a3801994d1bec377d3f68a2 (diff) | |
download | alacritty_terminal_v0.14.0-rc2.tar.gz alacritty_terminal_v0.14.0-rc2.zip |
Bump version to 0.8.0-rc2v0.8.0-rc2alacritty_terminal_v0.14.0-rc2
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 9b425984..3df8de76 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.14.0-rc1" +version = "0.14.0-rc2" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |