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 #258 from bignerdranch/zwaldowski/4.0-beta-2
Browse files Browse the repository at this point in the history
Tag 4.0.0 beta 2
  • Loading branch information
zwaldowski authored Sep 27, 2018
2 parents 0e4defe + fc4d053 commit 1b62189
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1"
s.version = "4.0.0-beta.2"
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.1"
github "bignerdranch/Deferred" "4.0.0-beta.2"
```

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.1"),
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-beta.2"),
]
)
```
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ GEM
emoji_regex (0.1.1)
escape (0.0.4)
excon (0.62.0)
faraday (0.15.2)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.4)
fastlane (2.104.0)
fastlane (2.105.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
security (0.1.3)
semantic (1.6.1)
signet (0.9.2)
signet (0.10.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
Expand Down

0 comments on commit 1b62189

Please sign in to comment.