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}",