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

Commit

Permalink
Merge pull request #277 from bignerdranch/zwaldowski/4.0-beta-4
Browse files Browse the repository at this point in the history
Tag 4.0.0 beta 4
  • Loading branch information
zwaldowski authored Jan 16, 2019
2 parents 22283b5 + 44823b4 commit f65b93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BNRDeferred.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "BNRDeferred"
s.version = "4.0.0-beta.3"
s.version = "4.0.0-beta.4"
s.summary = "Work with values that haven't been determined yet."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Guide/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are a few different options to install Deferred.
Add the following to your Cartfile:

```
github "bignerdranch/Deferred" "4.0.0-beta.3"
github "bignerdranch/Deferred" "4.0.0-beta.4"
```

Then run `carthage update`.
Expand Down Expand Up @@ -54,7 +54,7 @@ import PackageDescription
let package = Package(
name: "My Extremely Nerdy App",
dependencies: [
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-beta.3"),
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-beta.4"),
]
)
```

0 comments on commit f65b93b

Please sign in to comment.