Skip to content

Commit

Permalink
Release version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Oct 14, 2018
1 parent 61c2c13 commit 7bd784f
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.3"
version "0.3.4"
url "https://github.com/thii/xcbeautify/releases/download/#{version}/xcbeautify-#{version}-x86_64-apple-macosx10.10.zip"
sha256 "445d776e6dcd3b06b6881a25ac15e7301921179cc23a41c8e8c7472b41101daa"
sha256 "14acb8d7fee4b53c60acc3fafa502a1aba042944c0db829e853e17440d60edae"
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.3"
let version = "0.3.4"

0 comments on commit 7bd784f

Please sign in to comment.