From c280fd525aa9f35d6fa7ea5892a6cdf1b75ef0f4 Mon Sep 17 00:00:00 2001 From: megachweng Date: Mon, 29 Jun 2020 14:59:00 +0800 Subject: [PATCH] bump version 6.1.3 --- addon/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/constants.py b/addon/constants.py index 9449a65..a528206 100644 --- a/addon/constants.py +++ b/addon/constants.py @@ -1,4 +1,4 @@ -VERSION = 'v6.1.2' +VERSION = 'v6.1.3' RELEASE_URL = 'https://github.com/megachweng/Dict2Anki' VERSION_CHECK_API = 'https://api.github.com/repos/megachweng/Dict2Anki/releases/latest' MODEL_NAME = f'Dict2Anki-{VERSION}'