bump up version

This commit is contained in:
muratayusuke
2013-06-27 17:08:33 +00:00
committed by thilko
parent 44080829e3
commit 6fca06d341
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# 0.9.2
* Set "dotfiles" as default castle name
* Introduce new commands
* `homesick show_path`
* `homesick status`
* `homesick diff`
# 0.9.1 # 0.9.1
* Fixed small bugs: #35, #40 * Fixed small bugs: #35, #40

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.9.1" gem.version = "0.9.2"
gem.license = "MIT" gem.license = "MIT"
# Have dependencies? Add them to Gemfile # Have dependencies? Add them to Gemfile