Skip to content

Commit 80a4e7f

Browse files
authored
Bumps version number (#14)
1 parent 6f5232e commit 80a4e7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0", using: :git
4+
url "https://github.com/simonbs/dependency-graph.git", tag: "1.1.1", 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
@@ -37,7 +37,7 @@ Generates graphs of the dependencies in an Xcode project or Swift package.
3737
3838
Nodes shaped as an ellipse represent products, e.g. the libraries in a Swift package, and the square nodes represent targets.
3939
""",
40-
version: "1.1.0"
40+
version: "1.1.1"
4141
)
4242

4343
func run() throws {

0 commit comments

Comments
 (0)