Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crementif committed May 12, 2024
1 parent 2f91283 commit 83d674f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You don't need to run/have Mocha CFW or Haxchi, just launch Dumpling from the Ho

## How to compile
- Install [DevkitPro](https://devkitpro.org/wiki/Getting_Started) for your platform.
- Install xxd if you don't have it already. You can do this using your Linux package manager or something equivalent on Windows/MacOS.
- Install xxd and zip if you don't have it already through your Linux package manager (or something equivalent for msys2 on Windows).
- Install [wut](https://github.com/devkitpro/wut) through DevkitPro's pacman or compile (and install) the latest source yourself.
- Compile [libmocha](https://github.com/wiiu-env/libmocha).
- Then, with all those dependencies installed, you can just run `make` to get the .rpx file that you can run on your Wii U.
Expand Down
2 changes: 1 addition & 1 deletion dist/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app version="1">
<name>dumpling</name>
<coder>Crementif and emiyl</coder>
<version>2.7.1</version>
<version>2.7.2</version>
<release_date>20200813200000</release_date>
<short_description>Simple Cemu File Dumper</short_description>
<long_description>A simple, all-in-one Wii U file dumper! Developed with the intent of making dumping games and other files for Cemu faster and easier.</long_description>
Expand Down
4 changes: 2 additions & 2 deletions source/app/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void showLoadingScreen() {
WHBLogFreetypeSetBackgroundColor(0x0b5d5e00);
WHBLogFreetypeSetFontColor(0xFFFFFFFF);
WHBLogFreetypeSetFontSize(22);
WHBLogPrint("Dumpling V2.7.1");
WHBLogPrint("Dumpling V2.7.2");
WHBLogPrint("-- Made by Crementif and Emiyl --");
WHBLogPrint("");
WHBLogFreetypeDraw();
Expand All @@ -31,7 +31,7 @@ void showMainMenu() {
while(!startSelectedOption) {
// Print menu text
WHBLogFreetypeStartScreen();
WHBLogFreetypePrint(L"Dumpling V2.7.1");
WHBLogFreetypePrint(L"Dumpling V2.7.2");
WHBLogFreetypePrint(L"===============================");
WHBLogFreetypePrintf(L"%C Dump a game disc", OPTION(0));
WHBLogFreetypePrintf(L"%C Dump digital games", OPTION(1));
Expand Down

0 comments on commit 83d674f

Please sign in to comment.