Browse Source

bump version to v0.8.0

v0.8.0
phinze 12 years ago
parent
commit
72b98a4e9f
  1. 4
      brew-cask.rb

4
brew-cask.rb

@ -2,8 +2,8 @@ require 'formula'
class BrewCask < Formula class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/' homepage 'https://github.com/phinze/homebrew-cask/'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.7.0' url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.8.0'
version '0.7.0' version '0.8.0'
head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'

Loading…
Cancel
Save