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

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Sep 16, 2019
1 parent a3b9421 commit 7595b76
Show file tree
Hide file tree
Showing 3 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"
s.version = "4.1.0"
s.summary = "Work with values that haven't been determined yet."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Configurations/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CODE_SIGN_IDENTITY =
DEVELOPMENT_TEAM =

// Versioning
CURRENT_PROJECT_VERSION = 4.0.0
CURRENT_PROJECT_VERSION = 4.1.0
VERSION_INFO_PREFIX =
VERSIONING_SYSTEM = apple-generic

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Guide/Getting Started.md
Original file line number Diff line number Diff line change
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"),
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.1.0"),
]
)
```

0 comments on commit 7595b76

Please sign in to comment.