From faa47838014886c2f0060fe216a0a3949a947ea3 Mon Sep 17 00:00:00 2001 From: danijoo Date: Wed, 1 Jan 2014 18:10:19 +0100 Subject: [PATCH] 0.7.0 --- sightstone.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sightstone.gemspec b/sightstone.gemspec index 493a62b..2a1c7be 100644 --- a/sightstone.gemspec +++ b/sightstone.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'sightstone' - s.version = '0.6.0' - s.date = '2012-12-31' + s.version = '0.7.0' + s.date = '2014-01-01' s.summary = 'Ruby wrapper for riots league of legends api' s.description = s.summary s.authors = ["Daniel Bauer"]