Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Oct 25, 2022
1 parent a693673 commit 95d0e87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FetchRequests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FetchRequests'
s.version = '4.0.4'
s.version = '5.0.0'
s.license = 'MIT'
s.summary = 'NSFetchedResultsController inspired eventing'
s.homepage = 'https://github.com/square/FetchRequests'
Expand Down
4 changes: 2 additions & 2 deletions FetchRequests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
INFOPLIST_FILE = FetchRequests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0;
MARKETING_VERSION = 5.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1092,7 +1092,7 @@
INFOPLIST_FILE = FetchRequests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0;
MARKETING_VERSION = 5.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.crewapp.FetchRequests;
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ Otherwise we will use a [less efficient OrderedSet](https://github.com/square/Fe
Install with [CocoaPods](http://cocoapods.org) by specifying the following in your `Podfile`:

```ruby
pod 'FetchRequests', '~> 4.0'
pod 'FetchRequests', '~> 5.0'
```

### Carthage

Install with [Carthage](https://github.com/Carthage/Carthage) by specify the following in your `Cartfile`:

```
github "square/FetchRequests" ~> 4.0
github "square/FetchRequests" ~> 5.0
```

### Swift Package Manager
Expand All @@ -133,7 +133,7 @@ Install with [Swift Package Manager](https://swift.org/package-manager/) by addi

```swift
dependencies: [
.package(url: "https://github.com/square/FetchRequests.git", from: "4.0.0")
.package(url: "https://github.com/square/FetchRequests.git", from: "5.0.0")
]
```

Expand Down

0 comments on commit 95d0e87

Please sign in to comment.