Skip to content

Commit

Permalink
Bump version -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed May 1, 2024
1 parent 996f828 commit da86038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 2)
set(BANANA_VERSION_MINOR 3)
set(BANANA_VERSION_PATCH 0)

set(BANANA_ROOT_DIR ${PROJECT_SOURCE_DIR})
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ int main(int argc, char** argv) {
## Documentation
[![Latest Release](https://img.shields.io/github/v/release/smertig/banana?label=Banana%20Docs)](https://smertig.github.io/banana/v0.2.0)
[![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)
[![Latest Release](https://img.shields.io/github/v/release/smertig/banana?label=Banana%20Docs)](https://smertig.github.io/banana/v0.3.0)
[![Master](https://img.shields.io/badge/Banana%20Docs-master-blue.svg)](https://smertig.github.io/banana/master)

0 comments on commit da86038

Please sign in to comment.