From b61fc9b97829ab9b954d01f96e601d52045ef5dc Mon Sep 17 00:00:00 2001 From: Pierre-Marc Airoldi Date: Sat, 12 Mar 2022 14:16:35 -0500 Subject: [PATCH] bump pod version --- Charts.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Charts.podspec b/Charts.podspec index 2a16f41b21..0d8236d105 100644 --- a/Charts.podspec +++ b/Charts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Charts" - s.version = "4.0.0" + s.version = "4.0.2" s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)" s.homepage = "https://github.com/danielgindi/Charts" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }