diff --git a/data/constants.ts b/data/constants.ts index 25f52f298..8054f1409 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.7.2'; +export const CURRENT_VERSION = 'v0.8.0'; diff --git a/package.json b/package.json index af2f97947..6ef4d50e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.7.2", + "version": "0.8.0", "description": "Homarr - A homepage for your server.", "repository": { "type": "git", diff --git a/src/components/modules/dash./DashdotModule.tsx b/src/components/modules/dash./DashdotModule.tsx index ff6175629..537b2a1d4 100644 --- a/src/components/modules/dash./DashdotModule.tsx +++ b/src/components/modules/dash./DashdotModule.tsx @@ -181,7 +181,7 @@ export function DashdotComponent() {
Storage:
- {(totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'} + {(100 * totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'} {bytePrettyPrint(totalUsed)} / {bytePrettyPrint(totalSize)}