Up version

This commit is contained in:
Huntereb 2019-12-18 21:43:14 -05:00
parent 975463fea3
commit 5585511307
2 changed files with 2 additions and 2 deletions

View File

@ -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 := Awoo Installer
APP_AUTHOR := Huntereb & Behemoth
APP_VERSION := 1.2.2
APP_VERSION := 1.3.0
ROMFS := romfs
#---------------------------------------------------------------------------------

View File

@ -5,7 +5,7 @@
namespace inst::config {
static const std::string appDir = "sdmc:/switch/Awoo-Installer";
static const std::string configPath = appDir + "/config.ini";
static const std::string appVersion = "1.2.2";
static const std::string appVersion = "1.3.0";
extern std::string sigPatchesUrl;
extern std::string gAuthKey;