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

Commit 96ad3f6

Browse files
authored
Merge pull request #293 from bignerdranch/zwaldowski/bump-version
Bump version to 4.1.0
2 parents 3740e5d + 7595b76 commit 96ad3f6

File tree

4 files changed

+18
-24
lines changed

4 files changed

+18
-24
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"
4+
s.version = "4.1.0"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC

Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CODE_SIGN_IDENTITY =
2525
DEVELOPMENT_TEAM =
2626

2727
// Versioning
28-
CURRENT_PROJECT_VERSION = 4.0.0
28+
CURRENT_PROJECT_VERSION = 4.1.0
2929
VERSION_INFO_PREFIX =
3030
VERSIONING_SYSTEM = apple-generic
3131

Documentation/Guide/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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"),
57+
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.1.0"),
5858
]
5959
)
6060
```

Gemfile.lock

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.1)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.6.0)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1212
atomos (0.1.3)
1313
babosa (1.0.2)
1414
claide (1.0.3)
@@ -66,8 +66,8 @@ GEM
6666
http-cookie (~> 1.0.0)
6767
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
69-
fastimage (2.1.5)
70-
fastlane (2.129.0)
69+
fastimage (2.1.7)
70+
fastlane (2.131.0)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
@@ -116,9 +116,9 @@ GEM
116116
representable (~> 3.0)
117117
retriable (>= 2.0, < 4.0)
118118
signet (~> 0.9)
119-
google-cloud-core (1.3.0)
119+
google-cloud-core (1.3.1)
120120
google-cloud-env (~> 1.0)
121-
google-cloud-env (1.2.0)
121+
google-cloud-env (1.2.1)
122122
faraday (~> 0.11)
123123
google-cloud-storage (1.16.0)
124124
digest-crc (~> 0.4)
@@ -138,22 +138,22 @@ GEM
138138
httpclient (2.8.3)
139139
i18n (0.9.5)
140140
concurrent-ruby (~> 1.0)
141-
jazzy (0.10.0)
141+
jazzy (0.11.0)
142142
cocoapods (~> 1.5)
143143
mustache (~> 1.1)
144144
open4
145145
redcarpet (~> 3.4)
146146
rouge (>= 2.0.6, < 4.0)
147-
sass (~> 3.6)
147+
sassc (~> 2.1)
148148
sqlite3 (~> 1.3)
149149
xcinvoke (~> 0.3.0)
150150
json (2.2.0)
151151
jwt (2.1.0)
152152
liferaft (0.0.6)
153153
memoist (0.16.0)
154-
mime-types (3.2.2)
154+
mime-types (3.3)
155155
mime-types-data (~> 3.2015)
156-
mime-types-data (3.2019.0331)
156+
mime-types-data (3.2019.0904)
157157
mini_magick (4.9.5)
158158
minitest (5.11.3)
159159
molinillo (0.6.6)
@@ -169,9 +169,6 @@ GEM
169169
os (1.0.1)
170170
plist (3.5.0)
171171
public_suffix (2.0.5)
172-
rb-fsevent (0.10.3)
173-
rb-inotify (0.10.0)
174-
ffi (~> 1.0)
175172
redcarpet (3.5.0)
176173
representable (3.0.4)
177174
declarative (< 0.1.0)
@@ -180,20 +177,17 @@ GEM
180177
retriable (3.1.2)
181178
rouge (2.0.7)
182179
ruby-macho (1.4.0)
183-
rubyzip (1.2.3)
184-
sass (3.7.4)
185-
sass-listen (~> 4.0.0)
186-
sass-listen (4.0.0)
187-
rb-fsevent (~> 0.9, >= 0.9.4)
188-
rb-inotify (~> 0.9, >= 0.9.7)
180+
rubyzip (1.2.4)
181+
sassc (2.2.0)
182+
ffi (~> 1.9)
189183
security (0.1.3)
190184
semantic (1.6.1)
191185
signet (0.11.0)
192186
addressable (~> 2.3)
193187
faraday (~> 0.9)
194188
jwt (>= 1.5, < 3.0)
195189
multi_json (~> 1.10)
196-
simctl (1.6.5)
190+
simctl (1.6.6)
197191
CFPropertyList
198192
naturally
199193
slack-notifier (2.3.2)

0 commit comments

Comments
 (0)