From e97bc7b86f19ace910a2c71025ad2d94a28a1d2e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 27 Dec 2023 20:07:39 +0000 Subject: [PATCH] Update component version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a33555..e02c073 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Component settings COMPONENT := nsgif -COMPONENT_VERSION := 0.2.1 +COMPONENT_VERSION := 1.0.0 # Default to a static library COMPONENT_TYPE ?= lib-static