From b1a94b68df58a8de26aaf96672921472a81e792b Mon Sep 17 00:00:00 2001 From: phinze <paul.t.hinze@gmail.com> Date: Mon, 27 May 2013 10:21:04 -0500 Subject: [PATCH] bump version to v0.13.0 --- brew-cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index fdc3703d8..1dc677ded 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.12.2' - version '0.12.2' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.13.0' + version '0.13.0' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'