Skip to content

Commit

Permalink
4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Dec 3, 2020
1 parent 9be5818 commit 9074d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion butano/include/bn_documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
* @tableofcontents
*
*
* @section changelog_4_1_0 4.1.0 (next release)
* @section changelog_4_1_0 4.1.0
*
* * H-Blank effects optimized (it fixes `world_map` example flickering).
* * SRAM code moved from EWRAM to ROM to avoid a No$gba crash.
Expand Down
2 changes: 1 addition & 1 deletion butano/include/bn_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace bn::version
*/
[[nodiscard]] constexpr int minor()
{
return 0;
return 1;
}

/**
Expand Down

0 comments on commit 9074d8e

Please sign in to comment.