From dee30c7ae32278c08aeae2e8f17f10c9b693aec2 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Thu, 23 Apr 2026 17:15:27 +0200 Subject: [PATCH] Version bump to 1.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3cdb93..a264f93 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ APP_RESOURCES := romfs:/ #--------------------------------------------------------------------------------- # version control constants #--------------------------------------------------------------------------------- -TARGET_VERSION := 1.0.0 +TARGET_VERSION := 1.0.1 APP_VERSION := $(TARGET_VERSION) #---------------------------------------------------------------------------------