From c8ac67f34d005258211da7f6c448db3f6cd2f87d Mon Sep 17 00:00:00 2001 From: phinze Date: Thu, 20 Dec 2012 21:09:54 -0600 Subject: [PATCH] bump version to v0.6.0 --- brew-cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index 6e3d07755..7e3800cf6 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -2,8 +2,8 @@ require 'formula' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/' - url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.5.4' - version '0.5.4' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.6.0' + version '0.6.0' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'