From 79271853ae3eb7b6392ef117826484981b3abb71 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Tue, 5 Nov 2024 14:06:34 -0600 Subject: [PATCH] Version bump --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bde30ad..9f6299b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.1.1" +version = "1.1.2" 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.1" } -musicxml_macros = { path = "musicxml_macros", version = "1.1.1" } +musicxml_internal = { path = "musicxml_internal", version = "1.1.2" } +musicxml_macros = { path = "musicxml_macros", version = "1.1.2" } [profile.release] codegen-units = 1