diff --git a/VERSION b/VERSION index 446ba66e..def9a015 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 \ No newline at end of file +0.1.5 \ No newline at end of file diff --git a/package.json b/package.json index ed772347..d7ca859b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runtipi", - "version": "0.1.4", + "version": "0.1.5", "description": "A homeserver for everyone", "scripts": { "prepare": "husky install", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 5376762a..5bb9b829 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/system-api/package.json b/packages/system-api/package.json index bafbfae3..625fc935 100644 --- a/packages/system-api/package.json +++ b/packages/system-api/package.json @@ -1,6 +1,6 @@ { "name": "system-api", - "version": "0.1.4", + "version": "0.1.5", "description": "", "exports": "./dist/server.js", "type": "module",