Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 15, 2009
1 parent 75cf2ec commit 89f0a7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.0.4 / 2009-10-15
==================

* Added / implemented selection api via Pomo::List#find

0.0.3 / 2009-10-15
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/pomo/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Pomo
VERSION = '0.0.3'
VERSION = '0.0.4'
end
2 changes: 1 addition & 1 deletion pomo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
Expand Down

0 comments on commit 89f0a7f

Please sign in to comment.