Skip to content

Commit

Permalink
Merge pull request #61 from rockbruno/vb
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
rockbruno committed Feb 3, 2021
2 parents 13b8071 + 4db138a commit 8cfd1ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/swiftinfo.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftInfo/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
)

Expand Down
2 changes: 1 addition & 1 deletion SwiftInfo.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 8cfd1ff

Please sign in to comment.