Skip to content

Commit

Permalink
apparently there is already a 0.4.3 release; pushing as 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Oct 17, 2010
1 parent d02eec5 commit 6d7194b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== 0.4.3 2010-10-17
== 0.4.4 2010-10-17

* Fixed 'create-from-local' to correctly select public/private [scott]

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake'
begin
require 'echoe'

Echoe.new('github', '0.4.3') do |p|
Echoe.new('github', '0.4.4') do |p|
p.rubyforge_name = 'github'
p.summary = "The official `github` command line helper for simplifying your GitHub experience."
p.description = "The official `github` command line helper for simplifying your GitHub experience."
Expand Down

0 comments on commit 6d7194b

Please sign in to comment.