Skip to content

Commit f47f6b4

Browse files
authored
Bumps version to 1.2.0 (#18)
1 parent 360210f commit f47f6b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Formula/dependency-graph.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class DependencyGraph < Formula
22
desc "Generates graphs of the dependencies in an Xcode project or Swift package."
33
homepage "https://github.com/simonbs/DependencyGraph"
4-
url "https://github.com/simonbs/dependency-graph.git", tag: "1.1.1", using: :git
4+
url "https://github.com/simonbs/dependency-graph.git", tag: "1.2.0", using: :git
55
head "https://github.com/simonbs/dependency-graph", branch: "main"
66

77
depends_on xcode: ["12.0", :build]

Sources/Main/DependencyGraph.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Generates graphs of the dependencies in an Xcode project or Swift package.
3939
4040
Nodes shaped as an ellipse represent products, e.g. the libraries in a Swift package, and the square nodes represent targets.
4141
""",
42-
version: "1.1.1"
42+
version: "1.2.0"
4343
)
4444

4545
func run() throws {

0 commit comments

Comments
 (0)