From 47151525ce25d837880efead8af104cce433d2c4 Mon Sep 17 00:00:00 2001 From: Andrea Giacon Date: Thu, 7 Sep 2023 22:45:51 +0200 Subject: [PATCH] chore: bump Twenty version to 0.1.3 in front/package.json (#1478) chore: Update package version in package.json An increment in version number was made in the application's package.json file, from 0.1.2 to 0.1.3. This update was necessary as part of the new release preparation encompassing changes made in the codebase since the last version. --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index 2fe5df664..87f6e6e92 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "twenty", - "version": "0.1.2", + "version": "0.1.3", "private": true, "dependencies": { "@air/react-drag-to-select": "^5.0.8",