Skip to content

Commit 5bdfac7

Browse files
committed
Up version
1 parent 58c2e30 commit 5bdfac7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DATA := data
4444
INCLUDES := include include/ui include/data include/install include/nx include/nx/ipc include/util include/Plutonium/Plutonium/Output-switch/include
4545
APP_TITLE := Awoo Installer
4646
APP_AUTHOR := Huntereb & Behemoth
47-
APP_VERSION := 1.2.0
47+
APP_VERSION := 1.2.1
4848
ROMFS := romfs
4949

5050
#---------------------------------------------------------------------------------

include/util/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace inst::config {
44
static const std::string appDir = "sdmc:/switch/Awoo-Installer";
55
static const std::string configPath = appDir + "/config.ini";
6-
static const std::string appVersion = "1.2.0";
6+
static const std::string appVersion = "1.2.1";
77
static const std::string gAuthKey = {0x41,0x49,0x7a,0x61,0x53,0x79,0x42,0x4d,0x71,0x76,0x34,0x64,0x58,0x6e,0x54,0x4a,0x4f,0x47,0x51,0x74,0x5a,0x5a,0x53,0x33,0x43,0x42,0x6a,0x76,0x66,0x37,0x34,0x38,0x51,0x76,0x78,0x53,0x7a,0x46,0x30};
88

99
extern std::string sigPatchesUrl;

0 commit comments

Comments
 (0)