diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-11 22:16:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 22:16:53 +0000 |
commit | f182afafe5c3e28205d2f45361d689b99f936955 (patch) | |
tree | 54f50d07cd4860e0abadda43e09e05b246e2edc0 /Cargo.toml | |
parent | 6a0bd7409d098fac85c13f8f268adbb11c0a371e (diff) | |
download | alacritty-f182afafe5c3e28205d2f45361d689b99f936955.tar.gz alacritty-f182afafe5c3e28205d2f45361d689b99f936955.zip |
Bump version number to v0.2.2v0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.2.1" +version = "0.2.2" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" |