Browse Source

bump version to 0.5.4

bugfix release with fixes for linkapps
v0.5.4
phinze 12 years ago
parent
commit
eb23cb151c
  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.5.3' url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.5.4'
version '0.5.3' version '0.5.4'
head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'

Loading…
Cancel
Save