From 6b87baeff79767ae46cbf175ac93df44340e6b0f Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Sat, 4 Jan 2025 12:20:50 +0100 Subject: [PATCH] Bump version to 1.0.2 --- dist/wiiu/apps/Koopair/meta.xml | 4 ++-- ios/ios_pad/source/ipc.c | 2 +- koopair/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/wiiu/apps/Koopair/meta.xml b/dist/wiiu/apps/Koopair/meta.xml index c016be3..437f3ab 100644 --- a/dist/wiiu/apps/Koopair/meta.xml +++ b/dist/wiiu/apps/Koopair/meta.xml @@ -2,8 +2,8 @@ Koopair GaryOderNichts - v1.0.1 - 20240816120000 + v1.0.2 + 20250104120000 Bloopair Companion App Bloopair settings and more. diff --git a/ios/ios_pad/source/ipc.c b/ios/ios_pad/source/ipc.c index 812ac77..8c63c31 100644 --- a/ios/ios_pad/source/ipc.c +++ b/ios/ios_pad/source/ipc.c @@ -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"); diff --git a/koopair/Makefile b/koopair/Makefile index 1ddfa0e..2508041 100644 --- a/koopair/Makefile +++ b/koopair/Makefile @@ -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