Skip to content

Commit 93bb12b

Browse files
committed
Bump version to 1.4.1
1 parent a3da9ad commit 93bb12b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [Unreleased]
5+
## [1.4.1] - 2026-06-29
66

77
- Fix Wii U Pro Controller button states not being sent to UsendMii in v1.4.0.
88

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

5757
- Initial release.
5858

59-
[unreleased]: https://github.com/Crayon2000/MiisendU-Wii-U/compare/v1.4.0...HEAD
59+
[1.4.1]: https://github.com/Crayon2000/MiisendU-Wii-U/compare/v1.4.0...v1.4.1
6060
[1.4.0]: https://github.com/Crayon2000/MiisendU-Wii-U/compare/v1.3.0...v1.4.0
6161
[1.3.0]: https://github.com/Crayon2000/MiisendU-Wii-U/compare/v1.2.0...v1.3.0
6262
[1.2.0]: https://github.com/Crayon2000/MiisendU-Wii-U/compare/v1.1.0...v1.2.0

meta/meta.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<app version="1">
33
<name>MiisendU Wii U</name>
44
<coder>Crayon</coder>
5-
<version>1.4.0</version>
6-
<release_date>20241226000000</release_date>
5+
<version>1.4.1</version>
6+
<release_date>20260629000000</release_date>
77
<short_description>A UsendMii client</short_description>
88
<long_description>A UsendMii client for Wii U.
99

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void PrintHeader(OSScreenID bufferNum)
7474
OSScreenPutFontEx(bufferNum, -4, 0, R"( __ __ _ _ _ _ _ __ ___ _ _ _ )");
7575
OSScreenPutFontEx(bufferNum, -4, 1, R"(| \/ (_|_)___ ___ _ _ __| | | | | \ \ / (_|_) | | | |)");
7676
OSScreenPutFontEx(bufferNum, -4, 2, R"(| |\/| | | (_-</ -_) ' \/ _` | |_| | \ \/\/ /| | | | |_| |)");
77-
OSScreenPutFontEx(bufferNum, -4, 3, R"(|_| |_|_|_/__/\___|_||_\__,_|\___/ \_/\_/ |_|_| \___/ v1.4.0)");
77+
OSScreenPutFontEx(bufferNum, -4, 3, R"(|_| |_|_|_/__/\___|_||_\__,_|\___/ \_/\_/ |_|_| \___/ v1.4.1)");
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)