From bed4a72f8b4ffba74ef63c3617617f8c53502f8a Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 25 May 2022 23:11:53 +0200 Subject: [PATCH] Bump version --- VERSION | 2 +- package.json | 2 +- packages/dashboard/package.json | 2 +- packages/system-api/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 341cf11f..7dff5b89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file diff --git a/package.json b/package.json index 36e3c3f8..7e09a71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runtipi", - "version": "0.2.0", + "version": "0.2.1", "description": "A homeserver for everyone", "scripts": { "test": "jest", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index f499b283..e4c45372 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/system-api/package.json b/packages/system-api/package.json index 88c4788b..b8100ae5 100644 --- a/packages/system-api/package.json +++ b/packages/system-api/package.json @@ -1,6 +1,6 @@ { "name": "system-api", - "version": "0.2.0", + "version": "0.2.1", "description": "", "exports": "./dist/server.js", "type": "module",