From e336c6a07ad27da5ee7603b524676b167a05481d Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Wed, 14 Sep 2011 09:41:43 +0900 Subject: [PATCH] update Formula --- git-now.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-now.rb b/git-now.rb index 1452121..b076900 100644 --- a/git-now.rb +++ b/git-now.rb @@ -1,8 +1,8 @@ require 'formula' class GitNow < Formula - url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.4.1' - version '0.0.4.1' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.4.3' + version '0.0.4.3' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now'