From 47fd0ea2b2e8a922ffc26433d6fe65a0494a5b0d Mon Sep 17 00:00:00 2001 From: Sojan Date: Fri, 15 Sep 2023 16:45:59 -0700 Subject: [PATCH] Bump version to 3.1.0 --- 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 c8d719230..1a00f87cc 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '3.0.0' + version: '3.1.0' development: <<: *shared diff --git a/package.json b/package.json index e3c800e73..b4a6ca3cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",