diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 430e539..edda6f7 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,6 @@ +# 0.9.1 + * Fixed small bugs: #35, #40 + # 0.9.0 * Introduce .homesick_subdir #39 diff --git a/Rakefile b/Rakefile index 679c646..702c2e6 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.0" + gem.version = "0.9.1" gem.license = "MIT" # Have dependencies? Add them to Gemfile