diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index edc977dee..f3f88e410 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.3.0" + s.version = "1.3.1" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC diff --git a/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift b/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift index 4f8910019..92851fd9e 100644 --- a/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift +++ b/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift @@ -419,7 +419,7 @@ import WordPressUI /// If installed via CocoaPods, this will be WordPressAuthenticator.bundle, /// otherwise it will be the framework bundle. /// - class var bundle: Bundle { + public class var bundle: Bundle { let defaultBundle = Bundle(for: WordPressAuthenticator.self) // If installed with CocoaPods, resources will be in WordPressAuthenticator.bundle if let bundleURL = defaultBundle.resourceURL,