From 8369228b6a2e7d5718f75f53a82f875b1f5cff85 Mon Sep 17 00:00:00 2001 From: phinze Date: Sat, 13 Apr 2013 14:07:11 -0500 Subject: [PATCH] bump version to v0.9.2 --- brew-cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index 6f7a2d6ef..d44308d9f 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.9.1' - version '0.9.1' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.9.2' + version '0.9.2' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'