Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 9bee712

Browse files
committed
Bump podspec version to 3.2.2-beta.1
1 parent ea26e3f commit 9bee712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressAuthenticator'
5-
s.version = '3.2.1'
5+
s.version = '3.2.2-beta.1'
66

77
s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
88
s.description = <<-DESC

WordPressAuthenticator/Unified Auth/View Related/Site Address/SiteAddressViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final class SiteAddressViewController: LoginViewController {
6868

6969
siteURLField?.text = loginFields.siteAddress
7070
configureSubmitButton()
71-
71+
7272
// Nav bar could be hidden from the host app, so reshow it.
7373
navigationController?.setNavigationBarHidden(false, animated: animated)
7474
}

0 commit comments

Comments
 (0)