diff --git a/README.md b/README.md index 421bad80e..5a45f1438 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Join the discord! — Don't forget to star the repo if you are enjoying the project!
- Demo ↗️ • Install ➡️ • Read the Wiki 📄 + Demo ↗️ • Install ➡️ • Read the Wiki 📄
--- diff --git a/data/constants.ts b/data/constants.ts index 9c9793518..0e475f1c6 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.0'; +export const CURRENT_VERSION = 'v0.5.1'; diff --git a/package.json b/package.json index 59d5c5b6d..203aa805d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.5.0", + "version": "0.5.1", "private": "false", "description": "Homarr - A homepage for your server.", "repository": {