From fa6f7df9332937b30e96947ea7b612292c1472b6 Mon Sep 17 00:00:00 2001 From: Michael Choe Date: Tue, 15 Oct 2019 18:59:01 -0500 Subject: [PATCH] Bump pods version --- SwiftSVG.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftSVG.podspec b/SwiftSVG.podspec index c771988..7cf1614 100644 --- a/SwiftSVG.podspec +++ b/SwiftSVG.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = "SwiftSVG" - s.version = "2.3.0" + s.version = "2.3.2" s.summary = "A simple, performant, single pass SVG parser" s.description = "A simple, performant, single pass SVG parser. Optimized for extension and developer joy." s.homepage = "https://github.com/mchoe/SwiftSVG"