diff options
| author | Justin Hileman | 2010-10-06 10:45:05 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 09:54:30 -0700 | 
| commit | 1488d7d7e63faa62f8d265d0942dd2fbb55889c1 (patch) | |
| tree | 3fb00ca1bd7496ce59bdddd80449f219cd0a891b /Library/Formula/git-flow.rb | |
| parent | 98a9225dd5304286b3cca92a3ea5e7f235ccf872 (diff) | |
| download | homebrew-1488d7d7e63faa62f8d265d0942dd2fbb55889c1.tar.bz2 | |
Version bump git-flow-completion
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 11ce83007..8531f1bdf 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.3' -  version '0.3' +  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.3.3' +  version '0.3.3'    head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'    def initialize | 
