diff --git a/3ds/Makefile b/3ds/Makefile index 301586e..f79079c 100644 --- a/3ds/Makefile +++ b/3ds/Makefile @@ -37,7 +37,7 @@ APP_AUTHOR := Bernardo Giordano VERSION_MAJOR := 3 VERSION_MINOR := 4 -VERSION_MICRO := 0 +VERSION_MICRO := 1 TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) OUTDIR := out diff --git a/switch/Makefile b/switch/Makefile index bca82b4..9615207 100644 --- a/switch/Makefile +++ b/switch/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- VERSION_MAJOR := 3 VERSION_MINOR := 4 -VERSION_MICRO := 0 +VERSION_MICRO := 1 APP_TITLE := Checkpoint APP_AUTHOR := Bernardo Giordano