Skip to content

Commit b1848ee

Browse files
committed
Tag version 5.0.2
Forgot to update these versions in the last commit.
1 parent 3738de2 commit b1848ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'yabridge',
33
'cpp',
4-
version : '5.0.1',
4+
version : '5.0.2',
55
meson_version : '>=0.56',
66
default_options : [
77
'warning_level=3',

tools/yabridgectl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/yabridgectl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yabridgectl"
33
# This version is linked to yabridge's version for clarity's sake and because
44
# there's not a lot going on here
5-
version = "5.0.1"
5+
version = "5.0.2"
66
authors = ["Robbert van der Helm <[email protected]>"]
77
edition = "2021"
88
description = "Optional utility to help set up yabridge"

0 commit comments

Comments
 (0)