Bump version to 0.2.3 (#3506)

This commit is contained in:
Charles Bochet 2024-01-17 11:57:13 +01:00 committed by GitHub
parent 5cf0077e3d
commit 4316950cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "twenty-front", "name": "twenty-front",
"version": "0.2.2", "version": "0.2.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -60,4 +60,4 @@
"msw": { "msw": {
"workerDirectory": "public" "workerDirectory": "public"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "twenty-server", "name": "twenty-server",
"version": "0.2.2", "version": "0.2.3",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
@ -44,4 +44,4 @@
"npm": "please-use-yarn", "npm": "please-use-yarn",
"yarn": "^4.0.2" "yarn": "^4.0.2"
} }
} }