diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 22:57:17 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-07-18 21:13:19 +0000 |
commit | b085fbaca3290edf0497fb1f5313b86a89ca1ce1 (patch) | |
tree | 0c91d2b0951f416f444b4ccb696cc6e4e48040fe /alacritty_terminal | |
parent | 455779c8cffbc7983fbc425873903ac672820f34 (diff) | |
download | alacritty-b085fbaca3290edf0497fb1f5313b86a89ca1ce1.tar.gz alacritty-b085fbaca3290edf0497fb1f5313b86a89ca1ce1.zip |
Bump version to 0.9.0-rc2v0.9.0-rc2alacritty_terminal_v0.15.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 658f121b..0b71c8db 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.15.0-rc1" +version = "0.15.0-rc2" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |