diff --git a/README.md b/README.md index 10b0acc..3092212 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Install dependencies with `npm install` and run dev server with `npn run dev`. ## Changelog -### 1.8.4 (2023-11-16) +### 1.8.5 (2023-11-16) - (o0shojo0o) Build statistics revised diff --git a/libs/tools.js b/libs/tools.js index afa50ef..078d7a7 100644 --- a/libs/tools.js +++ b/libs/tools.js @@ -52,7 +52,7 @@ function cleanStats(releasesArray, statistics, officialBuilds) { } } statistics.buildStats = statistics.buildStats.filter(x => x.build != 'remove_'); - statistics.buildStats.splice(statistics.buildStats.length - 1, 0, { version: 'Custom', count }); + statistics.buildStats.splice(statistics.buildStats.length - 1, 0, { build: 'Custom', count }); } module.exports = {