From 27ac1c7782743805da92821facc36090a4d26c7f Mon Sep 17 00:00:00 2001 From: muratayusuke Date: Sun, 7 Jul 2013 03:26:34 +0900 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 efefb23..7a0b662 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,6 @@ +# 0.9.3 + * Add recursive option to `homesick clone` + # 0.9.2 * Set "dotfiles" as default castle name * Introduce new commands diff --git a/Rakefile b/Rakefile index 69e5af2..cbd555b 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.2" + gem.version = "0.9.3" gem.license = "MIT" # Have dependencies? Add them to Gemfile