Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
bump version...
Browse files Browse the repository at this point in the history
  • Loading branch information
dezem committed Nov 26, 2022
1 parent 538a601 commit 7956222
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 @@ -44,7 +44,7 @@ DATA := data
INCLUDES := include include/ui include/data include/install include/nx include/nx/ipc include/util include/Plutonium/Plutonium/Output-switch/include
APP_TITLE := AtmoXL Titel Installer
APP_AUTHOR := AtmoXL - forked from Awoo Installer by Huntereb & Behemoth
APP_VERSION := 1.7.1
APP_VERSION := 1.7.2
ROMFS := romfs

#---------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion include/util/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace inst::config {
static const std::string appDir = "sdmc:/switch/AtmoXL-Titel-Installer";
static const std::string configPath = appDir + "/config.json";
static const std::string themecolorPath = appDir + "/themecolor.json";
static const std::string appVersion = "1.7.1";
static const std::string appVersion = "1.7.2";

extern std::string gAuthKey;
extern std::string lastNetUrl;
Expand Down

0 comments on commit 7956222

Please sign in to comment.