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",