Skip to content

Commit 65ab7bd

Browse files
committed
Bump to version 1.1.2
1 parent f4bfeca commit 65ab7bd

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.1.2] - 2020-05-09
1010

1111
### Fixed
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.1.1',
4+
version : '1.1.2',
55
default_options : ['warning_level=3', 'cpp_std=c++17', 'build.cpp_std=c++17']
66
)
77

0 commit comments

Comments
 (0)