Skip to content

Commit

Permalink
Update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Jul 1, 2021
1 parent fe30adb commit 6a2025c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/appintheair/MRZScanner";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
branch = develop;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
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/appintheair/MRZParser.git",
"state": {
"branch": null,
"revision": "1c94d57020b5243671c8c40a931c3b68dac2e329",
"version": "1.0.0"
"revision": "136550b47fe7ec59ec1a4b07a1a387721ff5cd4d",
"version": "1.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/appintheair/MRZParser.git", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/appintheair/MRZParser.git", .upToNextMajor(from: "1.0.1"))
],
targets: [
.target(
Expand Down

0 comments on commit 6a2025c

Please sign in to comment.