Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Aug 16, 2024
1 parent 4e06648 commit 47459b5
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.0</version>
<release_date>20240610120000</release_date>
<version>v1.0.1</version>
<release_date>20240816120000</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, 0);
return BLOOPAIR_VERSION(1, 0, 1);

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.0
APP_VERSION := 1.0.1

include $(DEVKITPRO)/wut/share/wut_rules

Expand Down

0 comments on commit 47459b5

Please sign in to comment.