From ef0f6924e01b9fba08815653cd4618996062af5f Mon Sep 17 00:00:00 2001 From: afinnell Date: Wed, 15 May 2024 13:45:08 -0400 Subject: [PATCH] Revert premature version bump ## Summary I bumped the version on the podspec prematurely. This causes the Publish Release CI action to fail because _it_ wants to bump the release. But since it's already bumped, the script fails to find the old version. --- PINRemoteImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PINRemoteImage.podspec b/PINRemoteImage.podspec index 36a95f6b..d8aa23d0 100644 --- a/PINRemoteImage.podspec +++ b/PINRemoteImage.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PINRemoteImage" - s.version = "3.0.4" + s.version = "3.0.3" s.summary = "A thread safe, performant, feature rich image fetcher" s.homepage = "https://github.com/pinterest/PINRemoteImage" s.license = 'Apache 2.0'