From bad65bb10cc804b03d4cee39a98fe34cdd1f0a64 Mon Sep 17 00:00:00 2001 From: Chad Lee Date: Fri, 14 May 2021 20:42:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20bump=20version=20for=20?= =?UTF-8?q?release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 654b3d4..a930cbb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lottie-to-svg", "description": "Convert a lottie animation to an SVG file", "author": "Chad Lee", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "main": "src/index.js", "scripts": {