diff --git a/data/constants.ts b/data/constants.ts index 0e475f1c6..5b60573c6 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.5.1'; +export const CURRENT_VERSION = 'v0.5.2'; diff --git a/package.json b/package.json index 9ffee47ab..a09342912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.5.1", + "version": "0.5.2", "private": "false", "description": "Homarr - A homepage for your server.", "repository": {