Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Mar 9, 2022
1 parent 6497946 commit 213b201
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ project(ryml
LANGUAGES CXX)
include(./compat.cmake)

c4_project(VERSION 0.4.0 STANDALONE
c4_project(VERSION 0.4.1 STANDALONE
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tbump.toml
Expand Up @@ -5,7 +5,7 @@
github_url = "https://github.com/biojppm/rapidyaml/"

[version]
current = "0.4.0"
current = "0.4.1"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion test/test_install/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(ryml
HOMEPAGE_URL "https://github.com/biojppm/rapidyaml"
LANGUAGES CXX)
include(../../ext/c4core/cmake/c4Project.cmake)
c4_project(VERSION 0.4.0
c4_project(VERSION 0.4.1
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")


Expand Down
2 changes: 1 addition & 1 deletion test/test_singleheader/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(ryml
HOMEPAGE_URL "https://github.com/biojppm/rapidyaml"
LANGUAGES CXX)
include(../../ext/c4core/cmake/c4Project.cmake)
c4_project(VERSION 0.4.0
c4_project(VERSION 0.4.1
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")

# amalgamate ryml to get the single header
Expand Down

0 comments on commit 213b201

Please sign in to comment.