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

Commit b4f91b7

Browse files
authored
Merge pull request #182 from bignerdranch/zwaldowski/3_1
Tag 3.1
2 parents aecd7c5 + 1348a0b commit b4f91b7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.fastlane/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ xcode-select --install
2323
</tr>
2424
<tr>
2525
<td width="33%"><code>brew cask install fastlane</code></td>
26-
<td width="33%"><a href="https://download.fastlane.tools/fastlane.zip">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
26+
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
2727
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
2828
</tr>
2929
</table>
30+
3031
# Available Actions
3132
### bump_version
3233
```

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 = "3.0.0"
4+
s.version = "3.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
@@ -18,7 +18,7 @@ TVOS_DEPLOYMENT_TARGET = 9.0
1818
ALWAYS_SEARCH_USER_PATHS = NO
1919

2020
// Versioning
21-
CURRENT_PROJECT_VERSION = 3.0.0
21+
CURRENT_PROJECT_VERSION = 3.1.0
2222
VERSION_INFO_PREFIX =
2323
VERSIONING_SYSTEM = apple-generic
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Deferred lets you work with values that haven't been determined yet, like an arr
66

77
| |
88
|----------------------------------------------------------------------------------------------|
9-
|[![Swift 3.0](https://img.shields.io/badge/swift-3.0.x-EF5138.svg)][Swift] |
9+
|[![Swift 3.x](https://img.shields.io/badge/swift-3.x-EF5138.svg)][Swift] |
1010
|[![Under MIT License](https://img.shields.io/badge/license-MIT-blue.svg)][MIT] |
1111
|![Multiplatform](https://img.shields.io/badge/platforms-macOS,_iOS,_linux,_bsd-lightgrey.svg) |
1212
|[![Travis CI](https://img.shields.io/travis/bignerdranch/Deferred.svg)][CI] |

0 commit comments

Comments
 (0)