bump up version and update changelog

This commit is contained in:
muratayusuke
2013-06-06 12:58:36 +00:00
parent 4c97948e04
commit 14f0f8c121
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
# 0.9.0
* Introduce .homesick_subdir #39
# 0.8.1 # 0.8.1
*Fixed `homesick list` bug on ruby 2.0 #37 *Fixed `homesick list` bug on ruby 2.0 #37

View File

@@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem|
gem.email = ["josh@technicalpickles.com", "info@muratayusuke.com"] gem.email = ["josh@technicalpickles.com", "info@muratayusuke.com"]
gem.homepage = "http://github.com/technicalpickles/homesick" gem.homepage = "http://github.com/technicalpickles/homesick"
gem.authors = ["Joshua Nichols", "Yusuke Murata"] gem.authors = ["Joshua Nichols", "Yusuke Murata"]
gem.version = "0.8.1" gem.version = "0.9.0"
gem.license = "MIT" gem.license = "MIT"
# Have dependencies? Add them to Gemfile # Have dependencies? Add them to Gemfile