From e49084e5bfc7e8b6f8d60f609ec108d53e3dbc9a Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 14 May 2013 12:27:56 -0500 Subject: [PATCH] bump version to 0.12.1 --- brew-cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index 71c73494883..9d9a138b7fe 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.0' - version '0.12.0' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.12.1' + version '0.12.1' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'