From 18c0e323099596af9abedc8977fa0de82523fbba Mon Sep 17 00:00:00 2001 From: muratayusuke Date: Mon, 17 Jun 2013 12:35:39 +0000 Subject: [PATCH] bump up version --- ChangeLog.markdown | 3 +++ Rakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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