diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-06-09 22:10:42 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-06-09 22:10:42 +0200 |
commit | 0b88b9fee48b52c475daf2b9436797b3e6572331 (patch) | |
tree | 9c56cfb7bcb6de080176b79500e749ad8944248b /alacritty | |
parent | 204c46c7f9469a9d58ccc882afbd057f8675ef11 (diff) | |
download | r-alacritty-0b88b9fee48b52c475daf2b9436797b3e6572331.tar.gz r-alacritty-0b88b9fee48b52c475daf2b9436797b3e6572331.tar.bz2 r-alacritty-0b88b9fee48b52c475daf2b9436797b3e6572331.zip |
Bump version to 0.3.3-rc1
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 155bda01..fbcbf12d 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.3.2" +version = "0.3.3-rc1" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "GPU-accelerated terminal emulator" |