Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Nov 13, 2021
1 parent 72b2bdc commit cf96e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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]
## [1.0.0] - 2021-11-13

- Change application name from UsendMii Client to MiisendU Wii U.
- Prevent dead zones with emulated buttons.
Expand Down Expand Up @@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file.

- Initial release.

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

Based on RemotePad from rw-r-r-0644
Originally based on RemotePad from rw-r-r-0644
</long_description>

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

/**
Expand Down

0 comments on commit cf96e4c

Please sign in to comment.