From f90d00b92960db03b482262468dffc870eedb491 Mon Sep 17 00:00:00 2001 From: Yuma Miyazaki Date: Wed, 25 Oct 2023 18:23:27 +0900 Subject: [PATCH] chore: bump version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f136a9..8f9d715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "max-mic-volume" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "coreaudio-sys", diff --git a/Cargo.toml b/Cargo.toml index 87667ab..12e546a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "max-mic-volume" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" description = "A simple CLI tool to set the microphone volume to the maximum in MacOS"