diff --git a/data/constants.ts b/data/constants.ts index 11dbe4c3b..c24bbfb74 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.3.1'; +export const CURRENT_VERSION = 'v0.3.2'; diff --git a/package.json b/package.json index e8b2700e7..684c3d696 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "homarr", - "version": "0.3.1", - "private": "false", - "description": "Homarr - A homepage for your server.", - "repository": { - "type": "git", - "url": "https://github.com/ajnart/homarr" - }, + "name": "homarr", + "version": "0.3.2", + "private": "false", + "description": "Homarr - A homepage for your server.", + "repository": { + "type": "git", + "url": "https://github.com/ajnart/homarr" + }, "scripts": { "dev": "next dev", "build": "next build",