Increase packages versions (#15694)

As title
This commit is contained in:
martmull
2025-11-07 10:46:43 +01:00
committed by GitHub
parent 66ef867cf5
commit aa48a68a34
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "twenty-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "Command-line interface for Twenty application development",
"main": "dist/cli.js",
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "0.0.3",
"version": "0.0.4",
"license": "AGPL-3.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",