Bumps version to 1.2.0 (#18)
This commit is contained in:
parent
360210fb19
commit
f47f6b4bd4
|
@ -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.1", using: :git
|
||||
url "https://github.com/simonbs/dependency-graph.git", tag: "1.2.0", using: :git
|
||||
head "https://github.com/simonbs/dependency-graph", branch: "main"
|
||||
|
||||
depends_on xcode: ["12.0", :build]
|
||||
|
|
|
@ -39,7 +39,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.1"
|
||||
version: "1.2.0"
|
||||
)
|
||||
|
||||
func run() throws {
|
||||
|
|
Loading…
Reference in New Issue