From d4a4e555fbaf74360a43845c5cc998623f15abe3 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 16 Feb 2025 08:53:16 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Version=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/version.json | 2 +- script.user.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/version.json b/data/version.json index e026f71..dc0ae23 100644 --- a/data/version.json +++ b/data/version.json @@ -1,3 +1,3 @@ { - "latest": "1.0.4" + "latest": "1.0.5" } diff --git a/script.user.js b/script.user.js index e5c6a45..203664c 100644 --- a/script.user.js +++ b/script.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Crowdin Localization Tools // @namespace https://yuzu.kirameki.cafe/ -// @version 1.0.4 +// @version 1.0.5 // @description A tool for translating Crowdin projects using a CSV file // @author Yuzu (YuzuZensai) // @match https://crowdin.com/editor/* @@ -42,7 +42,7 @@ const CONFIG = { fuzzyThreshold: 0.7, metadata: { - version: '1.0.4', + version: '1.0.5', repository: 'https://github.com/YuzuZensai/Crowdin-Localization-Tools', authorGithub: 'https://github.com/YuzuZensai' }