From: Vincent Sanders Date: Sun, 8 Mar 2015 23:24:51 +0000 (+0000) Subject: Update the component version for release X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=9ce8b9ca5e954529fe216e1e6265fcbb27b20c2c;p=libsvgtiny.git Update the component version for release --- diff --git a/Makefile b/Makefile index 9845349..f124aed 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.2 +COMPONENT_VERSION := 0.1.3 # Default to a static library COMPONENT_TYPE ?= lib-static