Skip to content

Commit 6b87bae

Browse files
Bump version to 1.0.2
1 parent a526d7e commit 6b87bae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/wiiu/apps/Koopair/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>Koopair</name>
44
<coder>GaryOderNichts</coder>
5-
<version>v1.0.1</version>
6-
<release_date>20240816120000</release_date>
5+
<version>v1.0.2</version>
6+
<release_date>20250104120000</release_date>
77
<short_description>Bloopair Companion App</short_description>
88
<long_description>
99
Bloopair settings and more.

ios/ios_pad/source/ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static int bloopairFunc(BtrmRequest* request, BtrmResponse* response)
2828
switch (request->func) {
2929
case BLOOPAIR_FUNC_GET_VERSION:
3030
DEBUG_PRINT("BLOOPAIR_FUNC_GET_VERSION\n");
31-
return BLOOPAIR_VERSION(1, 0, 1);
31+
return BLOOPAIR_VERSION(1, 0, 2);
3232

3333
case BLOOPAIR_FUNC_READ_CONSOLE_BDADDR: {
3434
DEBUG_PRINT("BLOOPAIR_FUNC_READ_CONSOLE_BDADDR\n");

koopair/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TOPDIR ?= $(CURDIR)
1616
APP_NAME := Koopair
1717
APP_SHORTNAME := Koopair
1818
APP_AUTHOR := GaryOderNichts
19-
APP_VERSION := 1.0.1
19+
APP_VERSION := 1.0.2
2020

2121
include $(DEVKITPRO)/wut/share/wut_rules
2222

0 commit comments

Comments
 (0)