Skip to content

Commit

Permalink
Setting version (0.4.1), updating History.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Aug 26, 2009
1 parent bfb1c63 commit 28b93cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
== 0.4.1 2008-08-26

* 1 tiny enhancement:
* allowing command-line log message to be specified with --message
(will take precedence over normal message argument if both are specified)

== 0.4.0 2008-08-17

* 1 minor enhancement:
Expand Down
2 changes: 1 addition & 1 deletion lib/punch/version.rb
Expand Up @@ -2,7 +2,7 @@ class Punch
module VERSION #:nodoc:
MAJOR = 0
MINOR = 4
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 28b93cd

Please sign in to comment.