Skip to content

Commit

Permalink
Release version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Oct 18, 2018
1 parent c6ca930 commit 6526f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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
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.3.4"
let version = "0.3.5"

0 comments on commit 6526f3e

Please sign in to comment.