From 76b027957134182de47aaec6b0e46e4f8d0725c1 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 3 Feb 2023 18:46:25 +0530 Subject: [PATCH] chore: Bump version to v2.13.1 --- 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 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 971d51f8d..1c228139d 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}",