From 0f18b972b99917c5e969dc1d34554d1794ed17f8 Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Mon, 12 Sep 2011 13:36:26 +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 38d59c8..1452121 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' - version '0.0.4' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.4.1' + version '0.0.4.1' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now'