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

Commit 42612d3

Browse files
committed
Bump version to 1.1.4
1 parent fc01a0e commit 42612d3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ target 'WordPressAuthenticator' do
1717
##
1818
pod 'Gridicons', '~> 0.15'
1919
pod 'WordPressUI', '~> 1.0'
20-
pod 'WordPressKit', '~> 1.4.2.1'
20+
pod 'WordPressKit', '~> 1.4.3'
2121
pod 'WordPressShared', '~> 1.3.0'
2222
pod 'wpxmlrpc', '~> 0.8'
2323

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PODS:
4545
- Specta (1.0.7)
4646
- SVProgressHUD (2.2.5)
4747
- UIDeviceIdentifier (0.5.0)
48-
- WordPressKit (1.4.2.1):
48+
- WordPressKit (1.4.3):
4949
- Alamofire (~> 4.7.3)
5050
- CocoaLumberjack (= 3.4.2)
5151
- NSObject-SafeExpectations (= 0.0.3)
@@ -73,7 +73,7 @@ DEPENDENCIES:
7373
- Specta (= 1.0.7)
7474
- SVProgressHUD (= 2.2.5)
7575
- UIDeviceIdentifier (~> 0.4)
76-
- WordPressKit (~> 1.4.2.1)
76+
- WordPressKit (~> 1.4.3)
7777
- WordPressShared (~> 1.3.0)
7878
- WordPressUI (~> 1.0)
7979
- wpxmlrpc (~> 0.8)
@@ -118,11 +118,11 @@ SPEC CHECKSUMS:
118118
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
119119
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
120120
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
121-
WordPressKit: 540c440084c0a1250ce353a628306760b85ef48b
121+
WordPressKit: e851c9bdb86544b39cf2a5716b3f59ef66fa6970
122122
WordPressShared: 28b4c30f86ac042175580fcba690abddb759d67e
123123
WordPressUI: af141587ec444f9af753a00605bd0d3f14d8d8a3
124124
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4
125125

126-
PODFILE CHECKSUM: bd4a62a8d5dffd446f36ae4ae0acd0930270d8bd
126+
PODFILE CHECKSUM: 10d6dabfe61e3243176064949778c8444dcb378a
127127

128128
COCOAPODS: 1.5.3

WordPressAuthenticator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.1.3"
3+
s.version = "1.1.4"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -35,7 +35,7 @@ Pod::Spec.new do |s|
3535
s.dependency 'Gridicons', '~> 0.15'
3636
s.dependency 'GoogleSignInRepacked', '4.1.2'
3737
s.dependency 'WordPressUI', '~> 1.0'
38-
s.dependency 'WordPressKit', '~> 1.4.2.1'
38+
s.dependency 'WordPressKit', '~> 1.4.3'
3939
s.dependency 'WordPressShared', '~> 1.3.0'
4040
s.dependency 'wpxmlrpc', '~> 0.8'
4141
end

0 commit comments

Comments
 (0)