Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Jan 4, 2025
1 parent a526d7e commit 6b87bae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/wiiu/apps/Koopair/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>Koopair</name>
<coder>GaryOderNichts</coder>
<version>v1.0.1</version>
<release_date>20240816120000</release_date>
<version>v1.0.2</version>
<release_date>20250104120000</release_date>
<short_description>Bloopair Companion App</short_description>
<long_description>
Bloopair settings and more.
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 @@ -28,7 +28,7 @@ static int bloopairFunc(BtrmRequest* request, BtrmResponse* response)
switch (request->func) {
case BLOOPAIR_FUNC_GET_VERSION:
DEBUG_PRINT("BLOOPAIR_FUNC_GET_VERSION\n");
return BLOOPAIR_VERSION(1, 0, 1);
return BLOOPAIR_VERSION(1, 0, 2);

case BLOOPAIR_FUNC_READ_CONSOLE_BDADDR: {
DEBUG_PRINT("BLOOPAIR_FUNC_READ_CONSOLE_BDADDR\n");
Expand Down
2 changes: 1 addition & 1 deletion koopair/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TOPDIR ?= $(CURDIR)
APP_NAME := Koopair
APP_SHORTNAME := Koopair
APP_AUTHOR := GaryOderNichts
APP_VERSION := 1.0.1
APP_VERSION := 1.0.2

include $(DEVKITPRO)/wut/share/wut_rules

Expand Down

0 comments on commit 6b87bae

Please sign in to comment.