diff --git a/package-lock.json b/package-lock.json index a7cfa9b..e8663a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spooty", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spooty", - "version": "3.0.0", + "version": "3.1.0", "workspaces": [ "src/backend", "src/frontend" @@ -25508,7 +25508,7 @@ "license": "MIT" }, "src/backend": { - "version": "3.0.0", + "version": "3.1.0", "license": "UNLICENSED", "dependencies": { "@nestjs/bullmq": "^10.2.3", @@ -25571,7 +25571,7 @@ "license": "MIT" }, "src/frontend": { - "version": "3.0.0", + "version": "3.1.0", "dependencies": { "@angular/animations": "^19.2.22", "@angular/common": "^19.2.22", diff --git a/package.json b/package.json index d0ff46d..4c0f006 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0", + "version": "3.1.0", "name": "spooty", "workspaces": [ "src/backend", diff --git a/src/backend/package.json b/src/backend/package.json index 7872c98..f35f550 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "3.0.0", + "version": "3.1.0", "description": "", "author": "", "private": true, diff --git a/src/frontend/package.json b/src/frontend/package.json index a4b6215..6515c6f 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "3.0.0", + "version": "3.1.0", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json",