From 59d28bca55ba8b7e45be3b83630fc181b1d987a5 Mon Sep 17 00:00:00 2001 From: phinze Date: Tue, 20 Nov 2012 10:36:15 -0600 Subject: [PATCH] bump version to 0.5.2 --- brew-cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index 2f4213fb8..7d528c280 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.1' - version '0.5.1' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.5.2' + version '0.5.2' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'