diff --git a/Formula/xcbeautify.rb b/Formula/xcbeautify.rb index 5883d903..fe40b7d6 100644 --- a/Formula/xcbeautify.rb +++ b/Formula/xcbeautify.rb @@ -1,9 +1,9 @@ class Xcbeautify < Formula desc "A little beautifier tool for xcodebuild" homepage "https://github.com/thii/xcbeautify" - version "0.4.3" + version "0.4.4" url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx.zip" - sha256 "108aef3521476a3753cf943a3b289bb1f5294a58c7e8b5e1e913c523da68550d" + sha256 "6c9c5850d836b5ddbdaf77d43942dd9325b454b7f17c4f2f8917d1cd6c7bf542" head "https://github.com/thii/xcbeautify.git" def install diff --git a/Sources/xcbeautify/Version.swift b/Sources/xcbeautify/Version.swift index cce0ac1a..472207fa 100644 --- a/Sources/xcbeautify/Version.swift +++ b/Sources/xcbeautify/Version.swift @@ -1 +1 @@ -let version = "0.4.3" +let version = "0.4.4" diff --git a/xcbeautify.podspec b/xcbeautify.podspec index 82e02a04..08480077 100644 --- a/xcbeautify.podspec +++ b/xcbeautify.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'xcbeautify' - s.version = '0.4.3' + s.version = '0.4.4' s.summary = 'A little beautifier tool for xcodebuild' s.homepage = 'https://github.com/thii/xcbeautify' s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/xcbeautify-#{s.version}-x86_64-apple-macosx.zip" }