From 0f5eaf82e82441690d38abfc4118c961f113881c Mon Sep 17 00:00:00 2001 From: Juanpe Date: Thu, 20 Oct 2022 11:01:43 +0000 Subject: [PATCH] Bump version 1.30.4 --- SkeletonView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index 0cd0465c..d1d3adaa 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkeletonView" - s.version = "1.30.3" + s.version = "1.30.4" s.summary = "An elegant way to show users that something is happening and also prepare them to which contents he is waiting" s.description = <<-DESC Today almost all apps have async processes, as API requests, long runing processes, etc. And while the processes are working, usually developers place a loading view to show users that something is going on.