Skip to content

Commit

Permalink
Release version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Jun 16, 2019
1 parent 225be37 commit d7363b1
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.2"
version "0.4.3"
url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx.zip"
sha256 "bf2f25a84b63bf0e9a7a6deb891506714aebbea13a46ddb4dfeaeb10022fc248"
sha256 "108aef3521476a3753cf943a3b289bb1f5294a58c7e8b5e1e913c523da68550d"
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.2"
let version = "0.4.3"
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.2'
s.version = '0.4.3'
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 d7363b1

Please sign in to comment.