diff options
Diffstat (limited to 'src/ReportService.js')
| -rw-r--r-- | src/ReportService.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ReportService.js b/src/ReportService.js index b743d22..bfbebcf 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -294,6 +294,10 @@ export default { return totalMatches; }, + getPatchVersion() { + return metadata.config.api.patchVersion; + }, + getLastUpdate() { return metadata.lastUpdate; }, |
