Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Nov 16, 2020
1 parent 794e14e commit cedc4ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.3.0] - 2020-11-16

- The TV button will not open the TV Remote screen anymore.

Expand All @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file.

- Initial release.

[unreleased]: https://github.com/Crayon2000/UsendMii-Client/compare/v0.2.0...HEAD
[0.3.0]: https://github.com/Crayon2000/UsendMii-Client/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/Crayon2000/UsendMii-Client/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/Crayon2000/UsendMii-Client/compare/v0.0.3...v0.1.0
[0.0.3]: https://github.com/Crayon2000/UsendMii-Client/compare/v0.0.2...v0.0.3
Expand Down
4 changes: 2 additions & 2 deletions meta/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>UsendMii Client</name>
<coder>Crayon</coder>
<version>0.2.0</version>
<release_date>20200105000000</release_date>
<version>0.3.0</version>
<release_date>20201116000000</release_date>
<short_description>A UsendMii client</short_description>
<long_description>UsendMii client for Wii U.

Expand Down
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void PrintHeader(OSScreenID bufferNum)
OSScreenPutFontEx(bufferNum, -4, 0, " _ _ _ __ __ _ _ ___ _ _ _");
OSScreenPutFontEx(bufferNum, -4, 1, "| | | |___ ___ _ _ __| | \\/ (_|_) / __| (_)___ _ _| |");
OSScreenPutFontEx(bufferNum, -4, 2, "| |_| (_-</ -_) ' \\/ _` | |\\/| | | | | (__| | / -_) ' \\ _|");
OSScreenPutFontEx(bufferNum, -4, 3, " \\___//__/\\___|_||_\\__,_|_| |_|_|_| \\___|_|_\\___|_||_\\__| v0.2.0");
OSScreenPutFontEx(bufferNum, -4, 3, " \\___//__/\\___|_||_\\__,_|_| |_|_|_| \\___|_|_\\___|_||_\\__| v0.3.0");
}

/**
Expand Down

0 comments on commit cedc4ac

Please sign in to comment.