From 0a6136c1bdcb2b98166ad06c4bea523b8e197ee5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Sep 2018 19:35:00 +0200 Subject: Replace catchy subtitle by patch version --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index faf7b25..5340703 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ Broken Talents

- Tilting Brawlers since Update 2.5 + Vainglory {{ patchVersion }} meta statistics

@@ -81,6 +81,7 @@ export default { totalMatches: Math.floor(ReportService.getTotalMatches()/100)*100, lastUpdate: ReportService.getLastUpdate(), modes: ReportService.getModes(), + patchVersion: ReportService.getPatchVersion(), getMode: maps.getMode, }; }, -- cgit v1.3.1