Skip to content

Commit

Permalink
Merge pull request #3 from pointfreeco/bump-nonempty
Browse files Browse the repository at this point in the history
Bump NonEmpty
  • Loading branch information
stephencelis committed Oct 13, 2018
2 parents 6171236 + 64a85b6 commit 00bcfb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.1
4.2
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
targets: ["Validated"]),
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-nonempty.git", from: "0.1.0"),
.package(url: "https://github.com/pointfreeco/swift-nonempty.git", from: "0.1.2"),
],
targets: [
.target(
Expand Down
6 changes: 2 additions & 4 deletions PointFree-Validated.podspec
@@ -1,8 +1,6 @@
version = "0.1.0"

Pod::Spec.new do |s|
s.name = "PointFree-Validated"
s.version = version
s.version = "0.1.1"
s.summary = "A result type that accumulates multiple errors."

s.description = <<-DESC
Expand All @@ -23,7 +21,7 @@ Pod::Spec.new do |s|

s.source = {
:git => "https://github.com/pointfreeco/swift-validated.git",
:tag => version
:tag => s.version
}

s.ios.deployment_target = "8.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -189,7 +189,7 @@ If you want to use Validated in a project that uses [SwiftPM](https://swift.org/

``` swift
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-validated.git", from: "0.1.0")
.package(url: "https://github.com/pointfreeco/swift-validated.git", from: "0.1.1")
]
```

Expand Down

0 comments on commit 00bcfb1

Please sign in to comment.