From b3a98e2588e22955a97b98e67d0aa494b7898f2a Mon Sep 17 00:00:00 2001 From: Thi Doan Date: Sun, 19 Jan 2020 18:13:40 +0900 Subject: [PATCH] Release version 0.7.3 --- Formula/xcbeautify.rb | 4 ++-- Sources/xcbeautify/Version.swift | 2 +- xcbeautify.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/xcbeautify.rb b/Formula/xcbeautify.rb index be20535e..ce310e4e 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.7.2" + version "0.7.3" url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx.zip" - sha256 "7b3eb2ca4ffcedfe389cad514977487e2e2c7c5bbe7ceb08a2f02fbf7c949fc5" + sha256 "790ecfb339dad3739e2a3fdebfafb4546970ebdd4384447a691513a4e938bc1e" head "https://github.com/thii/xcbeautify.git" def install diff --git a/Sources/xcbeautify/Version.swift b/Sources/xcbeautify/Version.swift index d2f37b00..c1a2d3f2 100644 --- a/Sources/xcbeautify/Version.swift +++ b/Sources/xcbeautify/Version.swift @@ -1 +1 @@ -let version = "0.7.2" +let version = "0.7.3" diff --git a/xcbeautify.podspec b/xcbeautify.podspec index 96811c4e..a5678af8 100644 --- a/xcbeautify.podspec +++ b/xcbeautify.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'xcbeautify' - s.version = '0.7.2' + s.version = '0.7.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" }