From 80a4e7fbc728fa1a1bf9f008a5b8da1871cb146c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=B8vring?= Date: Tue, 13 Dec 2022 12:04:58 +0100 Subject: [PATCH] Bumps version number (#14) --- Formula/dependency-graph.rb | 2 +- Sources/Main/DependencyGraph.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dependency-graph.rb b/Formula/dependency-graph.rb index 3f514c5..82e31d9 100644 --- a/Formula/dependency-graph.rb +++ b/Formula/dependency-graph.rb @@ -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] diff --git a/Sources/Main/DependencyGraph.swift b/Sources/Main/DependencyGraph.swift index 45d3800..ea083ab 100644 --- a/Sources/Main/DependencyGraph.swift +++ b/Sources/Main/DependencyGraph.swift @@ -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 {