Skip to content

Commit

Permalink
Release version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Mar 9, 2020
1 parent 41c2c3e commit b6f66e3
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.7.4"
version "0.7.5"
url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx.zip"
sha256 "ea1d194624b9309c92a310375d0b6fa679ff9ad5a4780db4e83907bf459e973e"
sha256 "9b0695ca92ee456859bd90ab63769f1ba3e55a939f2145b1b1880abc0648812f"
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.7.4"
let version = "0.7.5"
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.7.4'
s.version = '0.7.5'
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 b6f66e3

Please sign in to comment.