Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Huntereb committed Jan 11, 2020
1 parent 2bcdb1d commit 6325986
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 := Awoo Installer
APP_AUTHOR := Huntereb & Behemoth
APP_VERSION := 1.3.0
APP_VERSION := 1.3.1
ROMFS := romfs

#---------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Awoo Installer
A No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch

![Awoo Installer Main Menu](https://i.imgur.com/EsCfQvH.jpg)
![Awoo Installer Main Menu](https://i.imgur.com/pDcJFqe.jpg)

## Features
- Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [ns-usbloader](https://github.com/developersu/ns-usbloader)
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [NS-USBloader](https://github.com/developersu/ns-usbloader)
- Installs NSP/NSZ/XCI/XCZ files over the internet by URL or Google Drive
- Verifies NCAs by header signature before they're installed
- Installs and manages the latest signature patches quickly and easily
Expand Down
2 changes: 1 addition & 1 deletion include/util/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.0";
static const std::string appVersion = "1.3.1";

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

0 comments on commit 6325986

Please sign in to comment.