Version bump to 0.4.1.

This commit is contained in:
Joshua Nichols
2010-04-02 00:54:04 -04:00
parent a798f3c562
commit cc39d30f09
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.4.1
* Improved error message when a castle's home dir doesn't exist
# 0.4.0 # 0.4.0
* `homesick clone` can now take a path to a directory on the filesystem, which will be symlinked into place * `homesick clone` can now take a path to a directory on the filesystem, which will be symlinked into place

View File

@@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem|
gem.email = "josh@technicalpickles.com" gem.email = "josh@technicalpickles.com"
gem.homepage = "http://github.com/technicalpickles/homesick" gem.homepage = "http://github.com/technicalpickles/homesick"
gem.authors = ["Joshua Nichols"] gem.authors = ["Joshua Nichols"]
gem.version = "0.4.0" gem.version = "0.4.1"
# Have dependencies? Add them to Gemfile # Have dependencies? Add them to Gemfile
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings