From 6df09db803bd505ca6c8db503357bc37d3b3fadb Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Tue, 11 Apr 2017 20:59:43 +0200 Subject: [PATCH] update component to 2.5.2 too --- component.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 8649b27..18dea96 100644 --- a/component.json +++ b/component.json @@ -2,10 +2,10 @@ "name": "svg.js", "repo": "svgdotjs/svg.js", "description": "A lightweight library for manipulating and animating SVG", - "version": "2.5.1", + "version": "2.5.2", "keywords": ["svg"], "author": "Wout Fierens ", "main": "dist/svg.js", "scripts": ["dist/svg.js"], "license": "MIT" -} \ No newline at end of file +} -- 2.39.5