Skip to content

Commit

Permalink
Update Model dependency to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Jul 8, 2020
1 parent cb848bb commit 82459fe
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 @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Nef10/SwiftBeanCountModel.git",
"state": {
"branch": null,
"revision": "3290a6659b1d149dfc16ea018fe073c0d852aca6",
"version": "0.1.0"
"revision": "927cbe4ed5c40628b61bbcb94797b1e71f63a3d8",
"version": "0.1.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/Nef10/SwiftBeanCountModel.git",
.exact("0.1.0")
.exact("0.1.1")
),
],
targets: [
Expand Down

0 comments on commit 82459fe

Please sign in to comment.