From 3f49e0086193ead5f09284556501b046910200c2 Mon Sep 17 00:00:00 2001 From: Jens N Date: Mon, 29 Jul 2019 23:24:52 +0200 Subject: [PATCH] Version 1.2.3 - Added support for foreign script player names (e.g. russian or korean names when on english) - Added various heroes for ban detection and reduced threshold for detection - Made the debug option a configurable setting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7609390..dc00968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hotsdrafter", - "version": "1.2.2", + "version": "1.2.3", "description": "Predict and support drafts for running hots matches", "main": "main.js", "scripts": {