From f1b14644095d6108c1fda4a0129f43fd0b68c6ef Mon Sep 17 00:00:00 2001 From: winton Date: Thu, 2 Feb 2012 23:28:50 -0800 Subject: [PATCH] Version bump (0.2.0)! --- gitcycle.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitcycle.gemspec b/gitcycle.gemspec index f9b0804..1dafba8 100644 --- a/gitcycle.gemspec +++ b/gitcycle.gemspec @@ -6,7 +6,7 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "gitcycle" - s.version = '0.1.22' + s.version = '0.2.0' s.platform = Gem::Platform::RUBY s.authors = [ 'Winton Welsh' ] s.email = [ 'mail@wintoni.us' ]