From 6526f3ea55a7b3ad1e164c32a61c5e6d2301d9f7 Mon Sep 17 00:00:00 2001 From: Thi Date: Thu, 18 Oct 2018 22:20:46 +0900 Subject: [PATCH] Release version 0.3.5 --- Formula/xcbeautify.rb | 4 ++-- Sources/xcbeautify/Version.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/xcbeautify.rb b/Formula/xcbeautify.rb index d4738ff1..66c2c507 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.3.4" + version "0.3.5" url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx10.10.zip" - sha256 "14acb8d7fee4b53c60acc3fafa502a1aba042944c0db829e853e17440d60edae" + sha256 "1b13af178ec77f42deed51881fb2dc59486b77bda94b6b39765b5ca8c1030378" head "https://github.com/thii/xcbeautify.git" def install diff --git a/Sources/xcbeautify/Version.swift b/Sources/xcbeautify/Version.swift index 903df4d5..22d88cad 100644 --- a/Sources/xcbeautify/Version.swift +++ b/Sources/xcbeautify/Version.swift @@ -1 +1 @@ -let version = "0.3.4" +let version = "0.3.5"