Skip to content

Commit

Permalink
Bump MRZParser version
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Feb 2, 2025
1 parent b057dbe commit fc8e2c0
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/appintheair/MRZParser.git",
"state": {
"branch": null,
"revision": "d3f92ce2bc9ab1db6925839626600f31198b5946",
"version": "1.1.1"
"revision": "98ef7d43a98991b0296e993f76562ebd29038595",
"version": "1.1.2"
}
}
]
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.1.1"))
.package(url: "https://github.com/appintheair/MRZParser.git", .upToNextMajor(from: "1.1.2"))
],
targets: [
.target(
Expand Down

0 comments on commit fc8e2c0

Please sign in to comment.