diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-16 14:10:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 14:10:15 +0000 |
commit | cc3e4d3d5cb2f658d6faef02e4216b9342451efc (patch) | |
tree | 16e8ee38cbd727d84ce8ac52b6f71a9ccd22e832 /alacritty_terminal/Cargo.toml | |
parent | 58e2365abe4bc4b1e92531b94f3c15716407272f (diff) | |
download | alacritty-cc3e4d3d5cb2f658d6faef02e4216b9342451efc.tar.gz alacritty-cc3e4d3d5cb2f658d6faef02e4216b9342451efc.zip |
Bump version to 0.3.3v0.3.3
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-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 429351b7..39228ee3 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.3.3-rc2" +version = "0.3.3" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" |