diff --git a/.dockerignore b/.dockerignore index 46b3b7b8a..85065ec7d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,7 +11,6 @@ storage public/system tmp .codeclimate.yml -public/assets public/packs node_modules vendor/bundle diff --git a/config/app.yml b/config/app.yml index 9f3fb2ee6..ab0d2d9cc 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '2.13.0' + version: '2.13.1' development: <<: *shared diff --git a/package.json b/package.json index e9863123b..8ba43d4c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",