From 21de67fb1f1c806b438102cc06a5c6c1879808a0 Mon Sep 17 00:00:00 2001 From: QCFium Date: Tue, 1 Feb 2022 22:36:07 +0900 Subject: [PATCH] Move onto v0.4.1 --- Makefile | 2 +- include/definitions.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 540e137f..f67d2d09 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ GRAPHICS := gfx ROMFS := romfs GFXBUILD := $(ROMFS)/gfx #--------------------------------------------------------------------------------- -APP_VER := 64 +APP_VER := 65 APP_TITLE := ThirdTube APP_DESCRIPTION := A YouTube client for the new 3DS APP_AUTHOR := windows_server_2003 diff --git a/include/definitions.hpp b/include/definitions.hpp index 63c7bc8c..20eb81fb 100644 --- a/include/definitions.hpp +++ b/include/definitions.hpp @@ -10,7 +10,7 @@ #define DEF_SEND_APP_INFO_URL (std::string)"https://script.google.com/macros/s/AKfycbyn_blFyKWXCgJr6NIF8x6ETs7CHRN5FXKYEAAIrzV6jPYcCkI/exec" #define DEF_CHECK_UPDATE_URL (std::string)"https://script.google.com/macros/s/AKfycbwTd3jzV0npUE9MNKmZIv3isazVR5D9_7A8rexsG1vr9SE7iavDBxgtzlph8dZipwu9/exec" #define DEF_HTTP_USER_AGENT (std::string)"video player for 3ds v1.1.0" -#define DEF_CURRENT_APP_VER (std::string)"0.4.0" +#define DEF_CURRENT_APP_VER (std::string)"0.4.1" #define DEF_CURRENT_APP_VER_INT 0 #define GITHUB_URL std::string("https://github.com/windows-server-2003/ThirdTube")