From e84687e5fc212a204bd1bc5b210333f6fec5e1c8 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 23 May 2022 14:44:01 +0200 Subject: [PATCH] :bookmark: Version v0.5.0 --- data/constants.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/constants.ts b/data/constants.ts index 377bac1ff..9c9793518 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.4.0'; +export const CURRENT_VERSION = 'v0.5.0'; diff --git a/package.json b/package.json index 2bb14c3fc..6bf7cda6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.4.0", + "version": "0.5.0", "private": "false", "description": "Homarr - A homepage for your server.", "repository": {