Skip to content

Commit

Permalink
Revert premature version bump
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
andyfinnell committed May 15, 2024
1 parent 5c1be63 commit ef0f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PINRemoteImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ef0f692

Please sign in to comment.