From: Vincent Sanders Date: Wed, 27 Dec 2023 21:45:54 +0000 (+0000) Subject: Update component version for release X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a041b0d9978f412d86ffe1c97bba7473d2f9c4fd;p=libsvgtiny.git Update component version for release --- diff --git a/Makefile b/Makefile index 6511191..3c162ca 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.7 +COMPONENT_VERSION := 0.1.8 # Default to a static library COMPONENT_TYPE ?= lib-static