Skip to content

Commit

Permalink
up version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Sep 30, 2008
1 parent dc05341 commit e7c5986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake'
begin
require 'echoe'

Echoe.new('github', '0.1.3') do |p|
Echoe.new('github', '0.1.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
2 changes: 1 addition & 1 deletion github-gem.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{github}
s.version = "0.1.3"
s.version = "0.1.4"

s.specification_version = 2 if s.respond_to? :specification_version=

Expand Down

0 comments on commit e7c5986

Please sign in to comment.