Skip to content

Commit

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

0.3.0 / 2009-11-10
==================

* Added total minutes to list output

0.2.0 / 2009-10-28
==================

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.2.0'
VERSION = '0.3.0'
end
4 changes: 2 additions & 2 deletions pomo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
s.date = %q{2009-10-28}
s.date = %q{2009-11-10}
s.default_executable = %q{pomo}
s.description = %q{Pomodoro time management for the command-line}
s.email = %q{tj@vision-media.ca}
Expand Down

0 comments on commit 3952442

Please sign in to comment.