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

Commit 0dadde8

Browse files
committed
Add beta number
1 parent b3714f5 commit 0dadde8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ def wordpress_authenticator_pods
1111
##
1212
pod 'Gridicons', '~> 0.15'
1313
pod 'WordPressUI', '~> 1.4-beta.1'
14-
pod 'WordPressKit', '~> 4.5.8-beta'
14+
pod 'WordPressKit', '~> 4.5.8-beta-1'
1515
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => 'issue/apple_2fa_auth'
16-
pod 'WordPressShared', '~> 1.8.13-beta'
16+
pod 'WordPressShared', '~> 1.8.13'
1717

1818
## Third party libraries
1919
## =====================

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PODS:
4444
- Specta (1.0.7)
4545
- SVProgressHUD (2.2.5)
4646
- UIDeviceIdentifier (1.4.0)
47-
- WordPressKit (4.5.8-beta):
47+
- WordPressKit (4.5.8-beta-1):
4848
- Alamofire (~> 4.8.0)
4949
- CocoaLumberjack (~> 3.4)
5050
- NSObject-SafeExpectations (= 0.0.3)
@@ -71,8 +71,8 @@ DEPENDENCIES:
7171
- OHHTTPStubs/Swift (= 8.0.0)
7272
- Specta (= 1.0.7)
7373
- SVProgressHUD (= 2.2.5)
74-
- WordPressKit (~> 4.5.8-beta)
75-
- WordPressShared (~> 1.8.13-beta)
74+
- WordPressKit (~> 4.5.8-beta-1)
75+
- WordPressShared (~> 1.8.13)
7676
- WordPressUI (~> 1.4-beta.1)
7777

7878
SPEC REPOS:
@@ -117,11 +117,11 @@ SPEC CHECKSUMS:
117117
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
118118
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
119119
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
120-
WordPressKit: 7cb92f7c1a4fdeeb2c3cd417e6bfcda5cef898ee
120+
WordPressKit: 9386a6b1a7684c59f08e456c1cc3fed3d51f0d07
121121
WordPressShared: fde9523bd00696fc1dfa45ed5299e16de111ebcc
122122
WordPressUI: 35b144885c8e5817ba6874b68accc200bda61ee1
123123
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
124124

125-
PODFILE CHECKSUM: fd11c4c5f723e33f2e1bee7fc74813df0233e045
125+
PODFILE CHECKSUM: 5eaab0c1d53f67b6c515063b66ab7f0b688a8889
126126

127127
COCOAPODS: 1.8.4

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.10.8-beta"
3+
s.version = "1.10.8-beta.1"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
4040
s.dependency 'Gridicons', '~> 0.15'
4141
s.dependency 'GoogleSignIn', '~> 4.4'
4242
s.dependency 'WordPressUI', '~> 1.4-beta.1'
43-
s.dependency 'WordPressKit', '~> 4.5.8-beta'
43+
s.dependency 'WordPressKit', '~> 4.5.8-beta-1'
4444
s.dependency 'WordPressShared', '~> 1.8.13-beta'
4545
end

0 commit comments

Comments
 (0)