Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 24, 2009
1 parent 48a8113 commit 5297e4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.4.0 / 2009-11-23
==================

* Added `pomo edit` [thanks noonat]
* Added `pomo incomplete` [thanks noonat]

0.3.1 / 2009-11-23
==================

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.3.1'
VERSION = '0.4.0'
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.3.1"
s.version = "0.4.0"

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 5297e4b

Please sign in to comment.