Browse Source

bump brew-cask formula version to 0.3.0

v0.3.0
phinze 12 years ago
parent
commit
76b7d719f0
  1. 4
      brew-cask.rb

4
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.2.0'
version '0.2.0'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.0'
version '0.3.0'
skip_clean 'bin'

Loading…
Cancel
Save