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

Commit 5faced2

Browse files
authored
Merge pull request #285 from bignerdranch/zwaldowski/4.0
Tag 4.0.0
2 parents a7ae402 + e30546b commit 5faced2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BNRDeferred.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33
s.name = "BNRDeferred"
4-
s.version = "4.0.0-rc.1"
4+
s.version = "4.0.0"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC

Documentation/Guide/Getting Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are a few different options to install Deferred.
1313
Add the following to your Cartfile:
1414

1515
```
16-
github "bignerdranch/Deferred" "4.0.0-rc.1"
16+
github "bignerdranch/Deferred" ~> 4.0
1717
```
1818

1919
Then run `carthage update`.
@@ -30,7 +30,7 @@ for up to date installation instructions.
3030
Add the following to your [Podfile](http://guides.cocoapods.org/using/the-podfile.html):
3131

3232
```ruby
33-
pod 'BNRDeferred', '~> 4.0-beta'
33+
pod 'BNRDeferred', '~> 4.0'
3434
```
3535

3636
You will also need to make sure you're opting into using frameworks:
@@ -54,7 +54,7 @@ import PackageDescription
5454
let package = Package(
5555
name: "My Extremely Nerdy App",
5656
dependencies: [
57-
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-rc.1"),
57+
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0"),
5858
]
5959
)
6060
```

0 commit comments

Comments
 (0)