From d74e3c433bb93279a9ebe01a7c2c211bf658b54f Mon Sep 17 00:00:00 2001 From: phinze Date: Mon, 15 Oct 2012 18:47:57 -0500 Subject: [PATCH] bump version to 0.3.5; add head to Formula --- brew-cask.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index ffdb85ea2..b36e891a6 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -2,8 +2,9 @@ require 'formula' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/' - url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.4' - version '0.3.4' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.5' + head 'https://github.com/phinze/homebrew-cask.git' + version '0.3.5' skip_clean 'bin'