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

Commit 1b8f4d0

Browse files
committed
Bump version to 9.0.1
1 parent 2eb1d76 commit 1b8f4d0

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ _None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 9.0.1
52+
53+
### Internal Changes
54+
4955
- Depend on WordPressKit 12.0. [#829]
5056

5157
## 9.0.0

Podfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# frozen_string_literal: true
22

33
source 'https://cdn.cocoapods.org/'
4+
# It can take CocoaPods some time to propagate new versions.
5+
# To avoid waiting, we also publish our pods to our own specs repo.
6+
source 'https://github.com/wordpress-mobile/cocoapods-specs.git'
47

58
inhibit_all_warnings!
69
use_frameworks!
@@ -28,7 +31,7 @@ def wordpress_authenticator_pods
2831
## These should match the version requirement from the podspec.
2932
pod 'Gridicons', '~> 1.0'
3033
pod 'WordPressUI', '~> 1.7-beta'
31-
pod 'WordPressKit', '~> 12.0'
34+
pod 'WordPressKit', '~> 13.0'
3235
pod 'WordPressShared', '~> 2.1-beta'
3336

3437
third_party_pods

Podfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ PODS:
99
- SVProgressHUD (2.2.5)
1010
- SwiftLint (0.54.0)
1111
- UIDeviceIdentifier (2.3.0)
12-
- WordPressAuthenticator (9.0.0):
12+
- WordPressAuthenticator (9.0.1):
1313
- Gridicons (~> 1.0)
1414
- "NSURL+IDN (= 0.4)"
1515
- SVProgressHUD (~> 2.2.5)
16-
- WordPressKit (~> 12.0)
16+
- WordPressKit (~> 13.0)
1717
- WordPressShared (~> 2.1-beta)
1818
- WordPressUI (~> 1.7-beta)
19-
- WordPressKit (12.0.0):
19+
- WordPressKit (13.0.0):
2020
- Alamofire (~> 4.8.0)
2121
- NSObject-SafeExpectations (~> 0.0.4)
2222
- UIDeviceIdentifier (~> 2.0)
@@ -35,11 +35,13 @@ DEPENDENCIES:
3535
- SVProgressHUD (= 2.2.5)
3636
- SwiftLint (~> 0.49)
3737
- WordPressAuthenticator (from `.`)
38-
- WordPressKit (~> 12.0)
38+
- WordPressKit (~> 13.0)
3939
- WordPressShared (~> 2.1-beta)
4040
- WordPressUI (~> 1.7-beta)
4141

4242
SPEC REPOS:
43+
https://github.com/wordpress-mobile/cocoapods-specs.git:
44+
- WordPressKit
4345
trunk:
4446
- Alamofire
4547
- Expecta
@@ -51,7 +53,6 @@ SPEC REPOS:
5153
- SVProgressHUD
5254
- SwiftLint
5355
- UIDeviceIdentifier
54-
- WordPressKit
5556
- WordPressShared
5657
- WordPressUI
5758
- wpxmlrpc
@@ -71,12 +72,12 @@ SPEC CHECKSUMS:
7172
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
7273
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
7374
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
74-
WordPressAuthenticator: ce9688b78d71e296ea54159c4eef3a1ea5cc1838
75-
WordPressKit: 25452ae322f6fcb605f816caec2ff8ac707c7d9d
75+
WordPressAuthenticator: ba69878bfa1368636e92d29fcfb5bd1e0a11a3ef
76+
WordPressKit: 5eb7d27d27f84e875266a72281d0a4b80c825b74
7677
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
7778
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
7879
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
7980

80-
PODFILE CHECKSUM: 133f1b432d72077ba5e993fac2fe6831d9d0ff1d
81+
PODFILE CHECKSUM: 403e1fb88c6b793469ae1895887ac6fdca395e9f
8182

8283
COCOAPODS: 1.14.3

WordPressAuthenticator.podspec

Lines changed: 2 additions & 2 deletions
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 = '9.0.0'
5+
s.version = '9.0.1'
66

77
s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
88
s.description = <<-DESC
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
4040
# Use a loose restriction that allows both production and beta versions, up to the next major version.
4141
# If you want to update which of these is used, specify it in the host app.
4242
s.dependency 'WordPressUI', '~> 1.7-beta'
43-
s.dependency 'WordPressKit', '~> 12.0'
43+
s.dependency 'WordPressKit', '~> 13.0'
4444
s.dependency 'WordPressShared', '~> 2.1-beta'
4545
end

0 commit comments

Comments
 (0)