Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Feb 6, 2023
1 parent 7f3d6f4 commit 7baf119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/wiiu/apps/Bloopair_pair_menu/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>Bloopair Pairing Menu</name>
<coder>GaryOderNichts</coder>
<version>v0.6.1</version>
<release_date>20230129120000</release_date>
<version>v0.6.2</version>
<release_date>20230206120000</release_date>
<short_description>DS3 Pairing Menu for Bloopair</short_description>
<long_description>
Pairs DualShock 3 controllers using USB to the console.
Expand Down
2 changes: 1 addition & 1 deletion ios/ios_pad/source/ipc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static int bloopairFunc(BtrmRequest* request, BtrmResponse* response)
switch (request->func) {
case BLOOPAIR_FUNC_GET_VERSION:
DEBUG("BLOOPAIR_FUNC_GET_VERSION\n");
return BLOOPAIR_VERSION(0, 6, 1);
return BLOOPAIR_VERSION(0, 6, 2);

case BLOOPAIR_FUNC_READ_DEVICE_BDADDR: {
DEBUG("BLOOPAIR_FUNC_READ_DEVICE_BDADDR\n");
Expand Down

0 comments on commit 7baf119

Please sign in to comment.