Skip to content

Commit 69476f8

Browse files
committed
Bump version to v1.0.4
1 parent e81d576 commit 69476f8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

hbc/meta.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<app version="1">
3-
<name>Disc Drive Date Checker</name>
4-
<version>1.0.3</version>
5-
<coder>Aep</coder>
6-
<short_description>Check your Wii's Disc Drive Date</short_description>
7-
<long_description>This app will get you the date of your Wii's disc drive. Source code available at https://github.com/Aeplet/DiscDriveDateChecker</long_description>
8-
<ahb_access/>
9-
</app>
2+
<app version="1">
3+
<name>Disc Drive Date Checker</name>
4+
<version>1.0.4</version>
5+
<coder>Aep</coder>
6+
<short_description>Check your Wii's Disc Drive Date</short_description>
7+
<long_description>This app will get you the date of your Wii's disc drive. Source code available at https://github.com/Aeplet/DiscDriveDateChecker</long_description>
8+
<release_date>20250809</release_date>
9+
<ahb_access/>
10+
</app>

source/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// "Config"
2-
#define VERSION "v1.0.3"
2+
#define VERSION "v1.0.4"
33

44
// everything but a "config"
55
#define AHBPROT_DISABLED (*(vu32*)0xcd800064 == 0xFFFFFFFF)

0 commit comments

Comments
 (0)