Skip to content

Commit 6a01856

Browse files
committed
Bump the version
1 parent 4122b64 commit 6a01856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [1.2.1] - 2020-06-20
1010

1111
### Changed
1212

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 : '1.2.0',
4+
version : '1.2.1',
55
default_options : ['warning_level=3', 'cpp_std=c++2a', 'build.cpp_std=c++2a']
66
)
77

0 commit comments

Comments
 (0)