diff --git a/Formula/swiftinfo.rb b/Formula/swiftinfo.rb index 457529a..bd284c9 100644 --- a/Formula/swiftinfo.rb +++ b/Formula/swiftinfo.rb @@ -1,7 +1,7 @@ class Swiftinfo < Formula desc "📊 Extract and analyze the evolution of an iOS app's code." homepage "https://github.com/rockbruno/SwiftInfo" - version "2.3.14" + version "2.4.0" url "https://github.com/rockbruno/SwiftInfo/releases/download/#{version}/swiftinfo.zip" # TODO: Try something to provide a SHA automatically diff --git a/Sources/SwiftInfo/main.swift b/Sources/SwiftInfo/main.swift index 8c411d3..799463e 100644 --- a/Sources/SwiftInfo/main.swift +++ b/Sources/SwiftInfo/main.swift @@ -6,7 +6,7 @@ let task = Process() struct Swiftinfo: ParsableCommand { static var configuration = CommandConfiguration( - abstract: "Swiftinfo 2.3.14", + abstract: "Swiftinfo 2.4.0", subcommands: [] ) diff --git a/SwiftInfo.podspec b/SwiftInfo.podspec index 8006db2..6891025 100644 --- a/SwiftInfo.podspec +++ b/SwiftInfo.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SwiftInfo' s.module_name = 'SwiftInfo' - s.version = '2.3.14' + s.version = '2.4.0' s.license = { type: 'MIT', file: 'LICENSE' } s.summary = 'Extract and analyze the evolution of an iOS app\'s code.' s.homepage = 'https://github.com/rockbruno/SwiftInfo'