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) #---------------------------------------------------------------------------------