Skip to content

Commit 5ca764d

Browse files
LaunchDarklyReleaseBotLaunchDarklyReleaseBot
LaunchDarklyReleaseBot
authored and
LaunchDarklyReleaseBot
committed
Updating generated project and readme files
1 parent fddb053 commit 5ca764d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LDSwiftEventSource.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
CODE_SIGN_STYLE = Automatic;
446446
DEFINES_MODULE = YES;
447447
DYLIB_COMPATIBILITY_VERSION = 3.0.0;
448-
DYLIB_CURRENT_VERSION = 3.2.0;
448+
DYLIB_CURRENT_VERSION = 3.3.0;
449449
DYLIB_INSTALL_NAME_BASE = "@rpath";
450450
ENABLE_BITCODE = YES;
451451
"ENABLE_BITCODE[sdk=macosx*]" = NO;
@@ -461,7 +461,7 @@
461461
"@executable_path/../Frameworks",
462462
"@loader_path/Frameworks",
463463
);
464-
MARKETING_VERSION = 3.2.0;
464+
MARKETING_VERSION = 3.3.0;
465465
SKIP_INSTALL = YES;
466466
"TARGETED_DEVICE_FAMILY[sdk=appletvos*]" = 3;
467467
"TARGETED_DEVICE_FAMILY[sdk=appletvsimulator*]" = 3;
@@ -479,7 +479,7 @@
479479
CODE_SIGN_STYLE = Automatic;
480480
DEFINES_MODULE = YES;
481481
DYLIB_COMPATIBILITY_VERSION = 3.0.0;
482-
DYLIB_CURRENT_VERSION = 3.2.0;
482+
DYLIB_CURRENT_VERSION = 3.3.0;
483483
DYLIB_INSTALL_NAME_BASE = "@rpath";
484484
ENABLE_BITCODE = YES;
485485
"ENABLE_BITCODE[sdk=macosx*]" = NO;
@@ -495,7 +495,7 @@
495495
"@executable_path/../Frameworks",
496496
"@loader_path/Frameworks",
497497
);
498-
MARKETING_VERSION = 3.2.0;
498+
MARKETING_VERSION = 3.3.0;
499499
SKIP_INSTALL = YES;
500500
"TARGETED_DEVICE_FAMILY[sdk=appletvos*]" = 3;
501501
"TARGETED_DEVICE_FAMILY[sdk=appletvsimulator*]" = 3;

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ LDSwiftEventSource is a cross platform implementation of the [EventSource specif
1919
To use the [CocoaPods](https://cocoapods.org) dependency manager to integrate LDSwiftEventSource into your Xcode project, specify it in your `Podfile`:
2020

2121
```ruby
22-
pod 'LDSwiftEventSource', '~> 3.2'
22+
pod 'LDSwiftEventSource', '~> 3.3'
2323
```
2424

2525
### Carthage
2626

2727
To use the [Carthage](https://github.com/Carthage/Carthage) dependency manager to integrate LDSwiftEventSource into your Xcode project, specify it in your `Cartfile`:
2828

2929
```ogdl
30-
github "LaunchDarkly/swift-eventsource" ~> 3.2
30+
github "LaunchDarkly/swift-eventsource" ~> 3.3
3131
```
3232

3333
### Swift Package Manager

0 commit comments

Comments
 (0)