Bumps version to 1.2.0 (#18)

This commit is contained in:
Simon Støvring 2022-12-18 13:24:10 +01:00 committed by GitHub
parent 360210fb19
commit f47f6b4bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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 {