Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 6dabc4d

Browse files
prepare 3.0.2 release (#45)
1 parent a64eb0e commit 6dabc4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
ios:
3838
macos:
39-
xcode: "10.2.1"
39+
xcode: "11.4"
4040
steps:
4141
- checkout
4242

@@ -63,4 +63,4 @@ workflows:
6363
jobs:
6464
- android
6565
- ios
66-
- common
66+
- common

ios/LaunchdarklyReactNativeClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.swift_version = "5.0"
1717

1818
s.dependency "React"
19-
s.dependency "LaunchDarkly", "4.4.1"
19+
s.dependency "LaunchDarkly", "4.5.0"
2020

2121
end

0 commit comments

Comments
 (0)