Skip to content

Commit 6eb1b28

Browse files
committed
Update WordPressAuthenticator to 1.16.0
1 parent 0dbbf84 commit 6eb1b28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target 'WooCommerce' do
3232
pod 'Gridicons', '~> 1.0'
3333

3434
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
35-
pod 'WordPressAuthenticator', '~> 1.16.0-beta.5'
35+
pod 'WordPressAuthenticator', '~> 1.16.0'
3636
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
3737
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''
3838
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PODS:
4949
- WordPress-Aztec-iOS (1.11.0)
5050
- WordPress-Editor-iOS (1.11.0):
5151
- WordPress-Aztec-iOS (= 1.11.0)
52-
- WordPressAuthenticator (1.16.0-beta.5):
52+
- WordPressAuthenticator (1.16.0):
5353
- 1PasswordExtension (= 1.8.6)
5454
- Alamofire (= 4.8)
5555
- CocoaLumberjack (~> 3.5)
@@ -101,7 +101,7 @@ DEPENDENCIES:
101101
- KeychainAccess (~> 3.2)
102102
- Kingfisher (~> 5.11.0)
103103
- WordPress-Editor-iOS (~> 1.11.0)
104-
- WordPressAuthenticator (~> 1.16.0-beta.5)
104+
- WordPressAuthenticator (~> 1.16.0)
105105
- WordPressShared (~> 1.8.16)
106106
- WordPressUI (~> 1.6.0)
107107
- Wormholy (~> 1.6.0)
@@ -172,7 +172,7 @@ SPEC CHECKSUMS:
172172
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
173173
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
174174
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
175-
WordPressAuthenticator: 464f19a6afd4342daeb70ac40b583c02fdd62072
175+
WordPressAuthenticator: 39eac4d224927f8feb73a5f2e9baac0907b62417
176176
WordPressKit: 84045e236949248632a2c644149e5657733011bb
177177
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
178178
WordPressUI: cbe8cce4bd529caf5969750c34ba2d2026a342a9
@@ -188,6 +188,6 @@ SPEC CHECKSUMS:
188188
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
189189
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741
190190

191-
PODFILE CHECKSUM: 5e2d323a9e3ee0c3aa9e71400a53de7e1147c597
191+
PODFILE CHECKSUM: 33378b28a353514c8fcce7a2cfb04815a846faec
192192

193193
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)