Skip to content

Commit

Permalink
2.0.7.15 try Image.self
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Kelso committed Sep 18, 2023
1 parent fc1d926 commit be64e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RecurlySDK-iOS/Extensions/Image+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import SwiftUI

extension Image {
init(_ name: String) {
self.init(name, bundle: Resource.getProjectBundle())
self.init(name, bundle: Bundle(for: Image.self))
}
}
2 changes: 1 addition & 1 deletion RecurlySDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "RecurlySDK"
# s.version = ENV['LIB_VERSION'] || "2.0.0"
s.version = "2.0.7.14"
s.version = "2.0.7.15"
s.summary = "Integrate recurrent payments in your iOS app in a matter of minutes."

s.homepage = "https://dev.recurly.com/docs/client-libraries"
Expand Down

0 comments on commit be64e58

Please sign in to comment.