Skip to content

Commit

Permalink
Bump version -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed May 8, 2024
1 parent a8c6999 commit 56a1220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(banana)
include(FetchContent)

set(BANANA_VERSION_MAJOR 0)
set(BANANA_VERSION_MINOR 3)
set(BANANA_VERSION_MINOR 4)
set(BANANA_VERSION_PATCH 0)

set(BANANA_ROOT_DIR ${PROJECT_SOURCE_DIR})
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ int main(int argc, char** argv) {
## Documentation
[![Previous Release](https://img.shields.io/github/v/release/smertig/banana?label=Banana%20Docs&filter=v0.2.0)](https://smertig.github.io/banana/v0.2.0)
[![Previous Release](https://img.shields.io/github/v/release/smertig/banana?label=Banana%20Docs&filter=v0.3.0)](https://smertig.github.io/banana/v0.3.0)
[![Latest Release](https://img.shields.io/github/v/release/smertig/banana?label=Banana%20Docs)](https://smertig.github.io/banana/v0.3.0)
[![Latest Release](https://img.shields.io/github/v/release/smertig/banana?label=Banana%20Docs)](https://smertig.github.io/banana/v0.4.0)
[![Master](https://img.shields.io/badge/Banana%20Docs-master-blue.svg)](https://smertig.github.io/banana/master)

0 comments on commit 56a1220

Please sign in to comment.