From 828d9d20c8d1b36a1c15c214e3b1a3a1a80bab8e Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 11 Apr 2019 09:32:03 +0100 Subject: [PATCH 1/2] Make WordPressAuthenticator.bundle public --- .../Authenticator/WordPressAuthenticator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 593afb7db469a9e58a2f626e72d3e854868db0ae Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 11 Apr 2019 14:58:48 +0100 Subject: [PATCH 2/2] Bump version to 1.3.1 --- WordPressAuthenticator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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