From 5a8e01b5958abcc0d0ae5310dc6028efc31367da Mon Sep 17 00:00:00 2001 From: MalaGaM Date: Mon, 23 Aug 2021 14:51:22 +0000 Subject: [PATCH] version 1.2.2 --- DictionaryAPI.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DictionaryAPI.tcl b/DictionaryAPI.tcl index ecb781b..bd9a8e4 100644 --- a/DictionaryAPI.tcl +++ b/DictionaryAPI.tcl @@ -11,7 +11,7 @@ # obtenir des définitions de mots # # Version : -# 1.2.1 +# 1.2.2 # # Donation : # https://github.com/MalaGaM/DONATE @@ -154,7 +154,7 @@ namespace eval ::DictionaryAPI { ############################################################################# variable scriptname "DictionaryAPI" variable scriptauteur "MalaGaM @ https://github.com/MalaGaM" - variable version "1.2.1" + variable version "1.2.2" if { $USE_HTTP_SSL == 1 } { variable HTTP_URL_API "https://${HTTP_URL_API}" } else {