diff --git a/Cargo.lock b/Cargo.lock index 824a8d8..b89fcdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "gh-config" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 9f27c82..a9d672d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gh-config" description = "Loads config and hosts for gh CLI." -version = "0.2.1" +version = "0.2.2" license = "MIT" homepage = "https://github.com/siketyan/gh-config-rs" repository = "https://github.com/siketyan/gh-config-rs.git"