From f2815a2c002a81516473825ce7432cd4cc35846e Mon Sep 17 00:00:00 2001 From: Sojan Date: Thu, 21 Apr 2022 14:10:54 +0530 Subject: [PATCH] Bump version to 2.4.1 --- config/app.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.yml b/config/app.yml index bcbe685e8..d370e1d74 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '2.4.0' + version: '2.4.1' development: <<: *shared diff --git a/package.json b/package.json index da44aecb2..498be6ca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue} --fix",