Update version to v1.0.0-alpha #262

Merged
wojtek merged 3 commits from 237---update-version-to-v1.0.0-alpha into main 2025-01-05 15:52:09 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 531515e954 - Show all commits

2
Cargo.lock generated
View File

@ -895,7 +895,7 @@ dependencies = [
[[package]] [[package]]
name = "musichoard" name = "musichoard"
version = "0.2.0" version = "1.0.0-alpha"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"crossterm", "crossterm",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "musichoard" name = "musichoard"
version = "0.2.0" version = "1.0.0-alpha"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html