From a77cf2125bf15260a94d71b34261430f39ec69ba Mon Sep 17 00:00:00 2001 From: Ben Guild Date: Fri, 15 Dec 2017 15:07:14 -0500 Subject: [PATCH] Bumping pod version. --- BGTableViewRowActionWithImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGTableViewRowActionWithImage.podspec b/BGTableViewRowActionWithImage.podspec index 33d3127..8aa7751 100644 --- a/BGTableViewRowActionWithImage.podspec +++ b/BGTableViewRowActionWithImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BGTableViewRowActionWithImage" - s.version = "0.4.2" + s.version = "0.4.3" s.homepage = "https://github.com/benguild/BGTableViewRowActionWithImage" s.screenshots = "https://raw.github.com/benguild/BGTableViewRowActionWithImage/master/demo.jpg" s.summary = "A variation on the iOS 8-10 (not supported in 11+) `UITableViewRowAction` to support icons, with text below. Similar to the iOS 9 Mail app."