Browse Source

bump version to v0.9.1

v0.9.1
phinze 12 years ago
parent
commit
bfa3a0415b
  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.9.0' url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.9.1'
version '0.9.0' version '0.9.1'
head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'

Loading…
Cancel
Save