diff --git a/config/app.yml b/config/app.yml index f036cc9b1..1d82a9db3 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '1.13.1' + version: '1.14.0' development: <<: *shared diff --git a/package.json b/package.json index 587d65a90..8257a2b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "1.13.1", + "version": "1.14.0", "license": "MIT", "scripts": { "eslint": "eslint app/javascript --fix",