Skip to content

Commit

Permalink
Bump to version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Jun 27, 2022
1 parent 1282cc9 commit f30e620
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.0.2] - 2022-06-27

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'yabridge',
'cpp',
version : '4.0.1',
version : '4.0.2',
meson_version : '>=0.56',
default_options : [
'warning_level=3',
Expand Down
2 changes: 1 addition & 1 deletion tools/yabridgectl/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/yabridgectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "4.0.1"
version = "4.0.2"
authors = ["Robbert van der Helm <[email protected]>"]
edition = "2021"
description = "Optional utility to help set up yabridge"
Expand Down

0 comments on commit f30e620

Please sign in to comment.