Skip to content

Commit

Permalink
5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Jan 13, 2021
1 parent 49b330b commit 829ae2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion butano/include/bn_documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
* @tableofcontents
*
*
* @section changelog_5_2_0 5.2.0 (next release)
* @section changelog_5_2_0 5.2.0
*
* * bn::sprite_ptr::put_below, bn::regular_bg_ptr::put_below and bn::affine_bg_ptr::put_below added.
* * H-Blank effects IWRAM usage reduced.
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 1;
return 2;
}

/**
Expand Down
Loading

0 comments on commit 829ae2c

Please sign in to comment.