diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 46c85fc..aaa91e2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: lunarfront description: LunarFront small business management platform type: application -version: 0.0.27 -appVersion: "0.0.27" +version: 0.0.28 +appVersion: "0.0.28" diff --git a/packages/backend/package.json b/packages/backend/package.json index 05cb8da..ff3c6b8 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@lunarfront/backend", - "version": "0.0.27", + "version": "0.0.28", "private": true, "type": "module", "scripts": {