From 28416a0d97fe9fbca286db953d106c29bfee7c09 Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Thu, 29 Sep 2011 13:51:51 +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 ddc15c4..113d972 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.4' - version '0.0.4.4' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.5.0' + version '0.0.5.0' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now'