diff options
| author | Justin Hileman | 2011-04-29 16:16:38 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-04-29 17:10:00 -0700 | 
| commit | ec4113e6e31ed58ff424a769d37e76d84fb34517 (patch) | |
| tree | e7aa1c9413f9a464ddeb5cde28c6d26d4663730a /Library/Formula/git-flow.rb | |
| parent | eb6129c67960e382053a38b906381b1bfdf82899 (diff) | |
| download | homebrew-ec4113e6e31ed58ff424a769d37e76d84fb34517.tar.bz2 | |
git-flow-completion 0.4.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index e4da9ab62..5dbaa4e19 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -2,8 +2,8 @@  require 'formula'  class GitFlowCompletion < Formula -  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.0.2' -  version '0.4.0.2' +  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0' +  version '0.4.1.0'    head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'    def initialize | 
