From a232047781ad2a8d664fc85065a56cc6d6b6ea95 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 16 Mar 2014 14:43:10 +0100 Subject: [PATCH] gemspec version 1.4.3 --- sightstone.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sightstone.gemspec b/sightstone.gemspec index bd4b8da..c86c693 100644 --- a/sightstone.gemspec +++ b/sightstone.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'sightstone' - s.version = '1.4.2' - s.date = '2014-03-14' + s.version = '1.4.3' + s.date = '2014-03-16' s.summary = 'Ruby wrapper for riots league of legends api' s.description = s.summary s.authors = ["Daniel Bauer"]