From 364055b9b6e2d2f9c166be2e05e8d0bee9a645ee Mon Sep 17 00:00:00 2001
From: Bjorn Lammers
Date: Tue, 24 May 2022 21:48:06 +0200
Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20Oopsie=20doopsie=20hehe?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 📄
---
From f029483f1e69435ff4316a5a3f461392d35967e2 Mon Sep 17 00:00:00 2001
From: Bjorn Lammers
Date: Tue, 24 May 2022 21:50:57 +0200
Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=20v0.5?=
=?UTF-8?q?.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
data/constants.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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';
From 09dd5d79076a1d019b18101558b87afd6ea47087 Mon Sep 17 00:00:00 2001
From: Bjorn Lammers
Date: Tue, 24 May 2022 21:51:08 +0200
Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=20v0.5?=
=?UTF-8?q?.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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": {