From b1848ee48861e015b6cd61cacfa120b0b350f956 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 28 Nov 2022 14:36:51 +0100 Subject: [PATCH] Tag version 5.0.2 Forgot to update these versions in the last commit. --- meson.build | 2 +- tools/yabridgectl/Cargo.lock | 2 +- tools/yabridgectl/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 9c504367..fc36295a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '5.0.1', + version : '5.0.2', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index f66d51b9..be8578f7 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -835,7 +835,7 @@ dependencies = [ [[package]] name = "yabridgectl" -version = "5.0.1" +version = "5.0.2" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index c4c5344c..20e3914b 100644 --- a/tools/yabridgectl/Cargo.toml +++ b/tools/yabridgectl/Cargo.toml @@ -2,7 +2,7 @@ name = "yabridgectl" # This version is linked to yabridge's version for clarity's sake and because # there's not a lot going on here -version = "5.0.1" +version = "5.0.2" authors = ["Robbert van der Helm "] edition = "2021" description = "Optional utility to help set up yabridge"