Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Apr 17, 2019
1 parent 4f84125 commit aa8b879
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.0"
version "0.4.1"
url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx10.14.zip"
sha256 "ee08f514b98651a19f105128a7af7888b843892200fe93edf7da85b05ee34a8c"
sha256 "78a3807d6f7520f8a42ebc6b85b7a66d2e5d0d637a577277fa838ea9943c8ba0"
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.0"
let version = "0.4.1"
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.0'
s.version = '0.4.1'
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-macosx10.14.zip" }
Expand Down

0 comments on commit aa8b879

Please sign in to comment.