Fix version bump tag

The version bump was checking out 0.14.1.
This commit is contained in:
Fernando Paredes 2013-07-21 21:03:18 -07:00
parent 7c4364e8ad
commit 44415221ee
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require 'formula'
class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.14.1'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.15.0'
version '0.15.0'
head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'