From cc39d30f0947d09de5f7b2619ed87b618458711d Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Fri, 2 Apr 2010 00:54:04 -0400 Subject: [PATCH] Version bump to 0.4.1. --- ChangeLog.markdown | 4 ++++ Rakefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 93779d8..1741ceb 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,7 @@ +# 0.4.1 + + * Improved error message when a castle's home dir doesn't exist + # 0.4.0 * `homesick clone` can now take a path to a directory on the filesystem, which will be symlinked into place diff --git a/Rakefile b/Rakefile index 1a3a3d8..178017e 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem| gem.email = "josh@technicalpickles.com" gem.homepage = "http://github.com/technicalpickles/homesick" gem.authors = ["Joshua Nichols"] - gem.version = "0.4.0" + gem.version = "0.4.1" # Have dependencies? Add them to Gemfile # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings