From 680fff728a081fce7c50c690cd6e6265280c63b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=C3=9Cst=C3=BCn?= Date: Tue, 23 Apr 2024 00:00:59 +0300 Subject: [PATCH] Bump version to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fbf94a..2ff36c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "keep-active" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "apple-sys", diff --git a/Cargo.toml b/Cargo.toml index b0e050a..57173aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keep-active" -version = "0.1.1" +version = "0.1.2" authors = ["Ömer Üstün "] edition = "2021" rust-version = "1.74"