Skip to content

Commit

Permalink
Update IBDecodable 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 16, 2020
1 parent c488b84 commit 4458527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/IBDecodable/IBDecodable.git",
"state": {
"branch": null,
"revision": "b8cf52138805d971c3b2a2a54d8555d3bbaa5b6f",
"version": "0.2.0"
"revision": "213da3d6cf87d1f21813e9ae778377b4586503eb",
"version": "0.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/IBDecodable/IBDecodable.git", from: "0.2.0"),
.package(url: "https://github.com/IBDecodable/IBDecodable.git", from: "0.3.0"),
.package(url: "https://github.com/Carthage/Commandant.git", .upToNextMinor(from: "0.16.0")),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.22.0"),
.package(url: "https://github.com/xcodeswift/xcproj.git", from: "6.6.0"),
Expand Down

0 comments on commit 4458527

Please sign in to comment.