feat: Version 1.0.5

This commit is contained in:
2025-02-16 08:53:16 +07:00
parent b7f2c7aa3b
commit d4a4e555fb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
"latest": "1.0.4"
"latest": "1.0.5"
}

View File

@@ -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'
}