From 7358ba7f1cff452a3df25c5e58b43fa2bd545b96 Mon Sep 17 00:00:00 2001 From: danijoo Date: Fri, 17 Jan 2014 19:20:06 +0100 Subject: [PATCH] updated to 1.4.0 --- sightstone.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sightstone.gemspec b/sightstone.gemspec index 7e2a12b..58f8c16 100644 --- a/sightstone.gemspec +++ b/sightstone.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'sightstone' - s.version = '1.3.2' - s.date = '2014-01-16' + s.version = '1.4.0' + s.date = '2014-01-17' s.summary = 'Ruby wrapper for riots league of legends api' s.description = s.summary s.authors = ["Daniel Bauer"]