From 9f9a584dcaacf872abc41da9fa0c2334ce2830ef Mon Sep 17 00:00:00 2001 From: Huntereb Date: Wed, 26 Feb 2020 17:35:55 -0500 Subject: [PATCH] Update version (late for release lol) --- Makefile | 2 +- include/util/config.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a9d4ec..eca1d11 100755 --- a/Makefile +++ b/Makefile @@ -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.3.1 +APP_VERSION := 1.3.2 ROMFS := romfs #--------------------------------------------------------------------------------- diff --git a/include/util/config.hpp b/include/util/config.hpp index 5f8738b..febb5fa 100755 --- a/include/util/config.hpp +++ b/include/util/config.hpp @@ -5,7 +5,7 @@ namespace inst::config { static const std::string appDir = "sdmc:/switch/Awoo-Installer"; static const std::string configPath = appDir + "/config.json"; - static const std::string appVersion = "1.3.1"; + static const std::string appVersion = "1.3.2"; extern std::string gAuthKey; extern std::string sigPatchesUrl;