From d65af24b0640c5c55752cdb7a01ee9245ac2ccc1 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Tue, 5 Nov 2024 11:51:24 -0600 Subject: [PATCH] Version bump --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c99a162..bde30ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.1.0" +version = "1.1.1" authors = ["Will Hedgecock "] license = "MIT" documentation = "https://docs.rs/musicxml/latest/" @@ -16,8 +16,8 @@ categories = ["api-bindings", "encoding", "parsing", "no-std"] publish = true [workspace.dependencies] -musicxml_internal = { path = "musicxml_internal", version = "1.1.0" } -musicxml_macros = { path = "musicxml_macros", version = "1.1.0" } +musicxml_internal = { path = "musicxml_internal", version = "1.1.1" } +musicxml_macros = { path = "musicxml_macros", version = "1.1.1" } [profile.release] codegen-units = 1