From 966860107ac6b322f6ae7946f8f65deda4136b6c Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Wed, 15 Oct 2014 20:02:59 +0900 Subject: [PATCH] tag 2.1.1 --- bin/brew-file | 4 ++-- brew-file.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/brew-file b/bin/brew-file index 74e5fa1e..d6bb2c0d 100755 --- a/bin/brew-file +++ b/bin/brew-file @@ -13,8 +13,8 @@ __author__ = "rcmdnk" __copyright__ = "Copyright (c) 2013 rcmdnk" __credits__ = ["rcmdnk"] __license__ = "MIT" -__version__ = "v2.1.0" -__date__ = "28/Sep/2014" +__version__ = "v2.1.1" +__date__ = "15/Oct/2014" __maintainer__ = "rcmdnk" __email__ = "rcmdnk@gmail.com" __status__ = "Prototype" diff --git a/brew-file.rb b/brew-file.rb index cdc908ab..a0248cbe 100644 --- a/brew-file.rb +++ b/brew-file.rb @@ -1,6 +1,6 @@ require 'formula' -HOMEBREW_BREW_FILE_VERSION = '2.1.0' +HOMEBREW_BREW_FILE_VERSION = '2.1.1' HOMEBREW_BREW_FILE_BASH_VERSION = '1.1.8' class BrewFile < Formula homepage 'https://github.com/rcmdnk/homebrew-file/'