Browse Source

bump version to 0.3.5; add head to Formula

v0.3.5
phinze 12 years ago
parent
commit
d74e3c433b
  1. 5
      brew-cask.rb

5
brew-cask.rb

@ -2,8 +2,9 @@ require 'formula'
class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.4'
version '0.3.4'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.5'
head 'https://github.com/phinze/homebrew-cask.git'
version '0.3.5'
skip_clean 'bin'

Loading…
Cancel
Save