From a1c77c8c4c64e61738d93aaac1783cbb625fb6e5 Mon Sep 17 00:00:00 2001 From: Sojan Date: Tue, 28 Dec 2021 21:55:57 +0530 Subject: [PATCH] Bump version to 2.0.2 --- 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 eee692337..f7cdd921a 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '2.0.1' + version: '2.0.2' development: <<: *shared diff --git a/package.json b/package.json index b64ad6da3..07747ed94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue} --fix",