Skip to content

Commit 95d0e87

Browse files
committed
Bump versions
1 parent a693673 commit 95d0e87

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

FetchRequests.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FetchRequests'
3-
s.version = '4.0.4'
3+
s.version = '5.0.0'
44
s.license = 'MIT'
55
s.summary = 'NSFetchedResultsController inspired eventing'
66
s.homepage = 'https://github.com/square/FetchRequests'

FetchRequests.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
INFOPLIST_FILE = FetchRequests/Info.plist;
10181018
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
10191019
MACOSX_DEPLOYMENT_TARGET = 10.15;
1020-
MARKETING_VERSION = 4.0;
1020+
MARKETING_VERSION = 5.0;
10211021
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10221022
MTL_FAST_MATH = YES;
10231023
ONLY_ACTIVE_ARCH = YES;
@@ -1092,7 +1092,7 @@
10921092
INFOPLIST_FILE = FetchRequests/Info.plist;
10931093
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
10941094
MACOSX_DEPLOYMENT_TARGET = 10.15;
1095-
MARKETING_VERSION = 4.0;
1095+
MARKETING_VERSION = 5.0;
10961096
MTL_ENABLE_DEBUG_INFO = NO;
10971097
MTL_FAST_MATH = YES;
10981098
PRODUCT_BUNDLE_IDENTIFIER = com.crewapp.FetchRequests;

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ Otherwise we will use a [less efficient OrderedSet](https://github.com/square/Fe
116116
Install with [CocoaPods](http://cocoapods.org) by specifying the following in your `Podfile`:
117117

118118
```ruby
119-
pod 'FetchRequests', '~> 4.0'
119+
pod 'FetchRequests', '~> 5.0'
120120
```
121121

122122
### Carthage
123123

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

126126
```
127-
github "square/FetchRequests" ~> 4.0
127+
github "square/FetchRequests" ~> 5.0
128128
```
129129

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

134134
```swift
135135
dependencies: [
136-
.package(url: "https://github.com/square/FetchRequests.git", from: "4.0.0")
136+
.package(url: "https://github.com/square/FetchRequests.git", from: "5.0.0")
137137
]
138138
```
139139

0 commit comments

Comments
 (0)