Skip to content

Commit

Permalink
changed the verison number
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Apr 18, 2009
1 parent 085bb3b commit ca82a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/gempackagetask'
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "simplegit"
s.version = "0.1.0"
s.version = "0.1.1"
s.author = "Scott Chacon"
s.email = "schacon@gmail.com"
s.summary = "A simple gem for using Git in Ruby code."
Expand Down

0 comments on commit ca82a6d

Please sign in to comment.