From 531515e95497586147728cdd7304b59487b76e9d Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 5 Jan 2025 15:27:11 +0100 Subject: [PATCH] Update version to 1.0.0-alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15dc86f..8abaead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ dependencies = [ [[package]] name = "musichoard" -version = "0.2.0" +version = "1.0.0-alpha" dependencies = [ "aho-corasick", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 78cadbe..cbc46c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "musichoard" -version = "0.2.0" +version = "1.0.0-alpha" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html