diff --git a/Cargo.lock b/Cargo.lock index 2a9d202..1fbf94a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "keep-active" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "apple-sys", diff --git a/Cargo.toml b/Cargo.toml index 32edcfd..b0e050a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-active" -version = "0.1.0" +version = "0.1.1" authors = ["Ömer Üstün "] edition = "2021" rust-version = "1.74"