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

Commit 1b62189

Browse files
authored
Merge pull request #258 from bignerdranch/zwaldowski/4.0-beta-2
Tag 4.0.0 beta 2
2 parents 0e4defe + fc4d053 commit 1b62189

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-beta.1"
4+
s.version = "4.0.0-beta.2"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC

Documentation/Guide/Getting Started.md

Lines changed: 2 additions & 2 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-beta.1"
16+
github "bignerdranch/Deferred" "4.0.0-beta.2"
1717
```
1818

1919
Then run `carthage update`.
@@ -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-beta.1"),
57+
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-beta.2"),
5858
]
5959
)
6060
```

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ GEM
5858
emoji_regex (0.1.1)
5959
escape (0.0.4)
6060
excon (0.62.0)
61-
faraday (0.15.2)
61+
faraday (0.15.3)
6262
multipart-post (>= 1.2, < 3)
6363
faraday-cookie_jar (0.0.6)
6464
faraday (>= 0.7.4)
6565
http-cookie (~> 1.0.0)
6666
faraday_middleware (0.12.2)
6767
faraday (>= 0.7.4, < 1.0)
6868
fastimage (2.1.4)
69-
fastlane (2.104.0)
69+
fastlane (2.105.2)
7070
CFPropertyList (>= 2.3, < 4.0.0)
7171
addressable (>= 2.3, < 3.0.0)
7272
babosa (>= 1.0.2, < 2.0.0)
@@ -177,7 +177,7 @@ GEM
177177
rb-inotify (~> 0.9, >= 0.9.7)
178178
security (0.1.3)
179179
semantic (1.6.1)
180-
signet (0.9.2)
180+
signet (0.10.0)
181181
addressable (~> 2.3)
182182
faraday (~> 0.9)
183183
jwt (>= 1.5, < 3.0)

0 commit comments

Comments
 (0)