Skip to content

Commit

Permalink
version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MalaGaM committed Aug 23, 2021
1 parent 1b183d3 commit 5a8e01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DictionaryAPI.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# obtenir des définitions de mots
#
# Version :
# 1.2.1
# 1.2.2
#
# Donation :
# https://github.com/MalaGaM/DONATE
Expand Down Expand Up @@ -154,7 +154,7 @@ namespace eval ::DictionaryAPI {
#############################################################################
variable scriptname "DictionaryAPI"
variable scriptauteur "MalaGaM <MalaGaM.ARTiSPRETiS@GMail.Com> @ 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 {
Expand Down

0 comments on commit 5a8e01b

Please sign in to comment.