diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-03-25 00:07:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 23:07:41 +0000 |
commit | 5a728195048aa177c69bf48c1e0235a0b24859c3 (patch) | |
tree | 6f226656f0946054547fa3941f559a8d9fb62399 /alacritty_config | |
parent | a4effce727d0bbd103eb99e3e1b757145358a826 (diff) | |
download | alacritty-0.12.0.tar.gz alacritty-0.12.0.zip |
Diffstat (limited to 'alacritty_config')
-rw-r--r-- | alacritty_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index 5519f2c8..7259b7a4 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.1-rc3" +version = "0.1.1" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT/Apache-2.0" description = "Alacritty configuration abstractions" |