From 8698735cedfd54e33c5ddfa3f52f8c3971aef252 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 12 Jan 2025 12:25:35 +0100 Subject: [PATCH] Update version to v1.0.0-alpha.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e66236..8def133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,7 +947,7 @@ dependencies = [ [[package]] name = "musichoard" -version = "1.0.0-alpha" +version = "1.0.0-alpha.2" dependencies = [ "aho-corasick", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 6d6d373..0746154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "musichoard" -version = "1.0.0-alpha" +version = "1.0.0-alpha.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html