From 8c9aa178ad7f25903f6c10da9ed681b770adf868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AC=BC=E7=94=BB=E7=AC=A6?= Date: Mon, 9 Dec 2024 12:48:09 +0800 Subject: [PATCH] 3.11.5 --- package.json | 2 +- translate.js/translate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 411b91c..6756d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18n-jsautotranslate", - "version": "3.11.4", + "version": "3.11.5", "description": "Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!", "main": "translate.js/translate.js", "scripts": { diff --git a/translate.js/translate.js b/translate.js/translate.js index 9c91391..4d01f30 100644 --- a/translate.js/translate.js +++ b/translate.js/translate.js @@ -12,7 +12,7 @@ var translate = { * 格式:major.minor.patch.date */ // AUTO_VERSION_START - version: '3.11.4.20241209', + version: '3.11.5.20241209', // AUTO_VERSION_END /* 当前使用的版本,默认使用v2. 可使用 setUseVersion2();