Skip to content

Commit

Permalink
Release version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Jun 29, 2019
1 parent 20f61b4 commit ddb07e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Formula/xcbeautify.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/xcbeautify/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let version = "0.4.3"
let version = "0.4.4"
2 changes: 1 addition & 1 deletion xcbeautify.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit ddb07e5

Please sign in to comment.