Skip to content

Commit

Permalink
Move on to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
windows-server-2003 committed May 25, 2022
1 parent bf452db commit 30d0f84
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 @@ -50,7 +50,7 @@ ROMFS := romfs
LIBRARY := library
GFXBUILD := $(ROMFS)/gfx
#---------------------------------------------------------------------------------
APP_VER := 65
APP_VER := 80
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.1"
#define DEF_CURRENT_APP_VER (std::string)"0.5.0"
#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 30d0f84

Please sign in to comment.