From 6f4d29ca769a0df5fd6d8f66b7881f674cc65e8b Mon Sep 17 00:00:00 2001 From: windows-server-2003 Date: Tue, 3 Jan 2023 23:04:11 +0900 Subject: [PATCH] Move onto v0.5.2 --- Makefile | 2 +- source/definitions.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c0e4af29..99115ed5 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ROMFS := romfs LIBRARY := library GFXBUILD := $(ROMFS)/gfx #--------------------------------------------------------------------------------- -APP_VER := 81 +APP_VER := 82 APP_TITLE := ThirdTube APP_DESCRIPTION := A YouTube client for the new 3DS APP_AUTHOR := windows_server_2003 diff --git a/source/definitions.hpp b/source/definitions.hpp index 4db6457a..2bacee18 100644 --- a/source/definitions.hpp +++ b/source/definitions.hpp @@ -9,7 +9,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.5.1" +#define DEF_CURRENT_APP_VER (std::string)"0.5.2" #define DEF_CURRENT_APP_VER_INT 0 #define GITHUB_URL std::string("https://github.com/windows-server-2003/ThirdTube")