Skip to content

Commit

Permalink
change current season to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Jan 18, 2023
1 parent b2c2692 commit 9df1334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Lytical",
"author": "downthecrop",
"description": "Lytical is an open source League of Legends statistics and profile analytics tool for all regions including Garena and WeGame",
"version": "1.2.8",
"version": "1.3.0",
"repository": "https://github.com/LyticalApp/Lytical/",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default {
const { games } = data.games;
// substring 12 meaning patch beginning with a 12..
// there is no official "current season"
const season = '12';
const season = '13';
const thisSeason = (games)
.filter((game) => game.queueId === 420 && game.gameVersion.substring(0, 2) === season);
Expand Down

0 comments on commit 9df1334

Please sign in to comment.