Skip to content

Commit

Permalink
Merge pull request #18 from Xspirits/patch-1
Browse files Browse the repository at this point in the history
Fixed new version for Summoner (1.4)
  • Loading branch information
claudiowilson committed Apr 8, 2014
2 parents 22aab5c + daa8aa8 commit a42835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lolapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down Expand Up @@ -207,4 +207,4 @@
};

module.exports = League;
}());
}());

0 comments on commit a42835b

Please sign in to comment.