From daa8aa8e6583dcc77b9890d796332bb652ff2bc3 Mon Sep 17 00:00:00 2001 From: Thomas Plaindoux Date: Tue, 8 Apr 2014 15:27:10 +0200 Subject: [PATCH] Fixed new version for Summoner (1.4) --- lib/lolapi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lolapi.js b/lib/lolapi.js index 408b3a7..213ea08 100644 --- a/lib/lolapi.js +++ b/lib/lolapi.js @@ -16,7 +16,7 @@ gameUrl = '/v1.3/game/by-summoner', leagueUrl = '/v2.3/league/by-summoner', statsUrl = '/v1.2/stats/by-summoner', - summonerUrl = '/v1.3/summoner', + summonerUrl = '/v1.4/summoner', teamUrl = '/v2.2/team/by-summoner'; League.Stats = {}; @@ -207,4 +207,4 @@ }; module.exports = League; -}()); \ No newline at end of file +}());