diff --git a/chart/Chart.yaml b/chart/Chart.yaml index aaa91e2..a62c915 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.28 -appVersion: "0.0.28" +version: 0.0.29 +appVersion: "0.0.29" diff --git a/packages/backend/package.json b/packages/backend/package.json index ff3c6b8..4a95ecd 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@lunarfront/backend", - "version": "0.0.28", + "version": "0.0.29", "private": true, "type": "module", "scripts": {