From 0a8f85c474190e6200bc95fbe8352648a225adeb Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 23 May 2022 08:15:40 +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 def9a015..341cf11f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/package.json b/package.json index d7ca859b..6c725249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runtipi", - "version": "0.1.5", + "version": "0.2.0", "description": "A homeserver for everyone", "scripts": { "prepare": "husky install", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 5bb9b829..f499b283 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "0.1.5", + "version": "0.2.0", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/system-api/package.json b/packages/system-api/package.json index 625fc935..88c4788b 100644 --- a/packages/system-api/package.json +++ b/packages/system-api/package.json @@ -1,6 +1,6 @@ { "name": "system-api", - "version": "0.1.5", + "version": "0.2.0", "description": "", "exports": "./dist/server.js", "type": "module",