From 978f0dd6f777a38c1354422300b7c8e36f3df821 Mon Sep 17 00:00:00 2001 From: Luis Padron Date: Sat, 15 Jul 2017 16:06:18 -0400 Subject: [PATCH] Fix podspec version --- UIEmptyState.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIEmptyState.podspec b/UIEmptyState.podspec index a1978ae..8c6d42e 100644 --- a/UIEmptyState.podspec +++ b/UIEmptyState.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "UIEmptyState" - s.version = "1.1.0" + s.version = "1.0.2" s.summary = "An empty state control to give visually appealing context when building iOS applications." s.description = <<-DESC Empty state control which gives context with either a message, image, and buttons to the user when ever there is a reason the state is empty.