From ce8b46f300ae45e2c207c58b50cdc93460bbd7a1 Mon Sep 17 00:00:00 2001 From: muratayusuke Date: Thu, 27 Jun 2013 17:08:33 +0000 Subject: [PATCH] bump up version --- ChangeLog.markdown | 7 +++++++ Rakefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index edda6f7..efefb23 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,10 @@ +# 0.9.2 + * Set "dotfiles" as default castle name + * Introduce new commands + * `homesick show_path` + * `homesick status` + * `homesick diff` + # 0.9.1 * Fixed small bugs: #35, #40 diff --git a/Rakefile b/Rakefile index fc4e5b8..69e5af2 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem| gem.email = ["josh@technicalpickles.com", "info@muratayusuke.com"] gem.homepage = "http://github.com/technicalpickles/homesick" gem.authors = ["Joshua Nichols", "Yusuke Murata"] - gem.version = "0.9.1" + gem.version = "0.9.2" gem.license = "MIT" # Have dependencies? Add them to Gemfile