From d50893b43ca917a0e37091b6b2dce08f2e252ba5 Mon Sep 17 00:00:00 2001 From: bertybuttface <110790513+bertybuttface@users.noreply.github.com> Date: Sun, 18 Jun 2023 13:54:47 +0100 Subject: [PATCH] Update package.json Hotfix version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 422a1f6..7e4bc17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-chatgpt-bot", - "version": "3.1.1", + "version": "3.1.3", "main": "dist/index.js", "repository": "git@github.com:matrixgpt/matrix-chatgpt-bot.git", "author": "Max Kammler ",