Skip to content

Commit

Permalink
Bumps version number (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Dec 13, 2022
1 parent 6f5232e commit 80a4e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/dependency-graph.rb
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Sources/Main/DependencyGraph.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 80a4e7f

Please sign in to comment.