bump version

This commit is contained in:
BernardoGiordano 2018-07-22 22:08:47 +02:00
parent 735f6fa40e
commit 70a2d41b61
5 changed files with 13 additions and 10 deletions

View file

@ -36,8 +36,8 @@ APP_DESCRIPTION := Fast and simple save manager
APP_AUTHOR := Bernardo Giordano
VERSION_MAJOR := 3
VERSION_MINOR := 3
VERSION_MICRO := 1
VERSION_MINOR := 4
VERSION_MICRO := 0
TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
OUTDIR := out

View file

@ -10,6 +10,6 @@
},
"nand_saves": false,
"version_major": 3,
"version_minor": 3,
"version_micro": 1
"version_minor": 4,
"version_micro": 0
}

View file

@ -26,6 +26,7 @@ Checkpoint relies on the following folders to store the files it generates. Note
### Switch
* **`sdmc:/switch/Checkpoint`**: root path
* **`sdmc:/switch/Checkpoint/config.json`**: custom configuration file
* **`sdmc:/switch/Checkpoint/saves/<title id> <game title>`**: root path for all the save backups for a generic game
## Usage
@ -85,7 +86,7 @@ Additionally, you can receive real-time support by joining PKSM's discord server
Checkpoint for 3DS relies on [latest libctru](https://github.com/smealum/ctrulib), [latest citro3d](https://github.com/fincs/citro3d) and [latest citro2d](https://github.com/devkitPro/citro2d).
Checkpoint for Switch relies on [latest libnx](https://github.com/switchbrew/libnx).
Checkpoint for Switch relies on [latest libnx](https://github.com/switchbrew/libnx) and switch-freetype, available from [dkp-pacman](https://github.com/devkitPro/pacman/releases).
## License
@ -93,7 +94,7 @@ This project is licensed under the GNU GPLv3. Additional Terms 7.b and 7.c of GP
## Credits
Even though this is the result of independent research and work, Checkpoint for 3DS couldn't be possible without J-D-K's [JKSM](https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/), which is an incredible piece of software that you should all be using. Best regards JK, hope you're fine.
Even though this is the result of independent research and work, Checkpoint for 3DS couldn't be possible without J-D-K's original [JKSM](https://github.com/J-D-K/JKSM) version, which is an incredible piece of software that you should all be using. Best regards JK, hope you're fine.
TuxSH for [TWLSaveTool](https://github.com/TuxSH/TWLSaveTool), from which SPI code has been taken.
@ -101,6 +102,8 @@ All the maintainers for [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu), fo
Yellows8 and all the mantainers for [switch-examples](https://github.com/switchbrew/switch-examples).
[rakujira](https://twitter.com/rakujira) for the awesome Checkpoint icons he provided!
Hikari-chin and all the other testers for their help with testing.
If you like my work, **support me on [Patreon](https://www.patreon.com/bernardogiordano)**!

View file

@ -31,8 +31,8 @@ include $(DEVKITPRO)/libnx/switch_rules
# - <libnx folder>/default_icon.jpg
#---------------------------------------------------------------------------------
VERSION_MAJOR := 3
VERSION_MINOR := 3
VERSION_MICRO := 1
VERSION_MINOR := 4
VERSION_MICRO := 0
APP_TITLE := Checkpoint
APP_AUTHOR := Bernardo Giordano

View file

@ -6,6 +6,6 @@
},
"version_major": 3,
"version_minor": 3,
"version_micro": 1
"version_minor": 4,
"version_micro": 0
}