diff --git a/backend/package.json b/backend/package.json index 7061b49..540d0bb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,7 +1,7 @@ { "name": "picsur-backend", "private": false, - "version": "3.0.0", + "version": "0.3.0", "description": "Backend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Picsur", diff --git a/frontend/package.json b/frontend/package.json index df83229..5c91f85 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "picsur-frontend", - "version": "3.0.0", + "version": "0.3.0", "description": "Frontend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Picsur", diff --git a/package.json b/package.json index 7c3a4ae..588d292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.0.0", + "version": "0.3.0", "workspaces": [ "shared", "backend", diff --git a/shared/package.json b/shared/package.json index 69c85d5..a9e5d14 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "picsur-shared", - "version": "3.0.0", + "version": "0.3.0", "description": "Shared libraries for Picsur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Picsur",