diff --git a/Formula/dependency-graph.rb b/Formula/dependency-graph.rb index 3f514c5..82e31d9 100644 --- a/Formula/dependency-graph.rb +++ b/Formula/dependency-graph.rb @@ -1,7 +1,7 @@ class DependencyGraph < Formula desc "Generates graphs of the dependencies in an Xcode project or Swift package." homepage "https://github.com/simonbs/DependencyGraph" - url "https://github.com/simonbs/dependency-graph.git", tag: "1.1.0", using: :git + url "https://github.com/simonbs/dependency-graph.git", tag: "1.1.1", using: :git head "https://github.com/simonbs/dependency-graph", branch: "main" depends_on xcode: ["12.0", :build] diff --git a/Sources/Main/DependencyGraph.swift b/Sources/Main/DependencyGraph.swift index 45d3800..ea083ab 100644 --- a/Sources/Main/DependencyGraph.swift +++ b/Sources/Main/DependencyGraph.swift @@ -37,7 +37,7 @@ Generates graphs of the dependencies in an Xcode project or Swift package. Nodes shaped as an ellipse represent products, e.g. the libraries in a Swift package, and the square nodes represent targets. """, - version: "1.1.0" + version: "1.1.1" ) func run() throws {