From 468b1912b88f539c664b696db34535e4a5bf5fcd Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Sun, 15 May 2022 19:32:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Upgrade=20Homarr=20to=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3d4ed3dad..a03b01ee9 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.2.0'; +export const CURRENT_VERSION = 'v0.3.0'; diff --git a/package.json b/package.json index 3a73c40e8..6c6ee0354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.2.0", + "version": "0.3.0", "private": "false", "description": "Homarr - A homepage for your server.", "repository": {