diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-24 23:00:31 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-07-24 21:29:07 +0000 |
commit | 70e729db3e6a2230b28be5eb7f7d40c63f612520 (patch) | |
tree | aec56cb17de7d4753010007cd086e9378609722d /alacritty_terminal | |
parent | f5e8ca676a3f53533205878f449c824ee45cbd52 (diff) | |
download | alacritty-70e729db3e6a2230b28be5eb7f7d40c63f612520.tar.gz alacritty-70e729db3e6a2230b28be5eb7f7d40c63f612520.zip |
Bump version to 0.9.0-rc3v0.9.0-rc3alacritty_terminal_v0.15.0-rc3
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 0b71c8db..11b932d5 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.15.0-rc2" +version = "0.15.0-rc3" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |