Skip to content

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
moro committed May 27, 2009
1 parent 189e91c commit 73d14a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
== 0.0.4 / 2009-05-27

* use webrat original steps via Given/When/Then from jp. steps.

== 0.0.3 / 2009-05-24

* add cheat command miso-cheat, display provided steps.
Expand Down
2 changes: 1 addition & 1 deletion lib/miso.rb
@@ -1,4 +1,4 @@

module Miso
Version = '0.0.3'
Version = '0.0.4'
end
4 changes: 2 additions & 2 deletions miso.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{miso}
s.version = "0.0.3"
s.version = "0.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["MOROHASHI Kyosuke"]
s.date = %q{2009-05-25}
s.date = %q{2009-05-27}
s.default_executable = %q{miso-cheat}
s.description = %q{dip cukes into me.}
s.email = %q{moronatural@gmail.com}
Expand Down

0 comments on commit 73d14a8

Please sign in to comment.