From 08686db95c8330583da1f0bfa9f87b5e09c77f83 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 5 Jan 2019 03:06:43 +0100 Subject: [PATCH] Release 1.6.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff8d3a82..ff48560b 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ include $(DEVKITPRO)/libnx/switch_rules # - /default_icon.jpg #--------------------------------------------------------------------------------- VERSION_MAJOR := 1 -VERSION_MINOR := 5 -VERSION_MICRO := 1 +VERSION_MINOR := 6 +VERSION_MICRO := 0 APP_TITLE := EdiZon APP_AUTHOR := WerWolv