From 91a249d953dbcac50ac51e7dc1da8bfcc9b31899 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 20 Jun 2022 22:03:43 +0200 Subject: [PATCH] :bookmark: tag v0.7.1 --- 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 17a217ada4a..2eadce9ae49 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.7.0'; +export const CURRENT_VERSION = 'v0.7.1'; diff --git a/package.json b/package.json index 622116f36bb..1d407ac5f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.7.0", + "version": "0.7.1", "description": "Homarr - A homepage for your server.", "repository": { "type": "git",