Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Mar 24, 2017
1 parent 33bc137 commit f75461c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ RUN_FLAGS :=

VERSION_MAJOR := 4
VERSION_MINOR := 2
VERSION_MICRO := 1
VERSION_MICRO := 2

REMOTE_IP := 192.168.1.8
REMOTE_IP := 192.168.1.7

# 3DS/Wii U CONFIGURATION #

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ If you want a non-invasive homebrew to see your save's infos, check out [**PKSV*

| Downloads | Links |
| :-------: | :---: |
| Latest 3dsx build | [direct](https://github.com/BernardoGiordano/PKSM/releases/download/4.2.1/PKSM.zip) |
| Latest cfw build | [direct](https://github.com/BernardoGiordano/PKSM/releases/download/4.2.1/PKSM.cia) |
| Latest QR code | [qr](https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=https://github.com/BernardoGiordano/PKSM/releases/download/4.2.1/PKSM.cia&choe=UTF-8.png) |
| Latest 3dsx build | [direct](https://github.com/BernardoGiordano/PKSM/releases/download/4.2.2/PKSM.zip) |
| Latest cfw build | [direct](https://github.com/BernardoGiordano/PKSM/releases/download/4.2.2/PKSM.cia) |
| Latest QR code | [qr](https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=https://github.com/BernardoGiordano/PKSM/releases/download/4.2.2/PKSM.cia&choe=UTF-8.png) |

## Installation

Download the latest release (4.2.1) and install it with your favourite installation method. You should only copy/paste the whole content of the release zip into the root of your sd-card, most of the time. When booted, the application will automatically download the required additional assets from an external source. You can provide your own assets, if you want.
Download the latest release (4.2.2) and install it with your favourite installation method. You should only copy/paste the whole content of the release zip into the root of your sd-card, most of the time. When booted, the application will automatically download the required additional assets from an external source. You can provide your own assets, if you want.

If you're using Homebrew Launcher, make sure you have it updated to the [latest version](https://smealum.github.io/ninjhax2/starter.zip).

Expand Down
2 changes: 1 addition & 1 deletion source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
#define GAME_B2 13
#define GAME_W2 14

#define VERSION "v4.2.1"
#define VERSION "v4.2.2"

0 comments on commit f75461c

Please sign in to comment.