Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 16, 2009
1 parent 075be15 commit c29479a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.0.5 / 2009-10-16
==================

* Added `pomo break`
* Added `pomo clear` alias of `pomo remove all`
* Default `pomo` to `pomo list`

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

Expand Down
2 changes: 1 addition & 1 deletion lib/pomo/version.rb
@@ -1,4 +1,4 @@

module Pomo
VERSION = '0.0.4'
VERSION = '0.0.5'
end
4 changes: 2 additions & 2 deletions pomo.gemspec
Expand Up @@ -2,11 +2,11 @@

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

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-15}
s.date = %q{2009-10-16}
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 c29479a

Please sign in to comment.