Skip to content

Commit

Permalink
Move onto v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
windows-server-2003 committed Feb 1, 2022
1 parent 1936e17 commit 21de67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 21de67f

Please sign in to comment.