Skip to content

Commit

Permalink
Merge pull request #12 from dscyrescotti/develop
Browse files Browse the repository at this point in the history
feat: change view inspector version
  • Loading branch information
dscyrescotti authored Jan 2, 2022
2 parents 47ea93c + 8d8af39 commit fa7b8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
targets: ["SwiftTheming"]),
],
dependencies: [
.package(name: "ViewInspector", url: "https://github.com/nalexn/ViewInspector.git", from: "0.0.1")
.package(name: "ViewInspector", url: "https://github.com/nalexn/ViewInspector.git", revision: "0.9.0"),
],
targets: [
.target(
Expand Down

0 comments on commit fa7b8b2

Please sign in to comment.