From a9a00e82a53bae552d567a15d1faea94c564ec68 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 31 May 2011 13:36:53 -0500 Subject: [PATCH] Linguist 0.0.3 --- linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linguist.gemspec b/linguist.gemspec index 3f89d052..4c2feb1b 100644 --- a/linguist.gemspec +++ b/linguist.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'linguist' - s.version = '0.0.2' + s.version = '0.0.3' s.summary = "GitHub Language detection" s.files = Dir['lib/**/*']