feat: Version 1.2.0

This commit is contained in:
2025-02-22 10:28:24 +07:00
parent 8fa605d9d6
commit f9691c43e0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{ {
"latest": "1.1.4" "latest": "1.2.0"
} }

View File

@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Crowdin Localization Tools // @name Crowdin Localization Tools
// @namespace https://yuzu.kirameki.cafe/ // @namespace https://yuzu.kirameki.cafe/
// @version 1.1.4 // @version 1.2.0
// @description A tool for translating Crowdin projects using a CSV file // @description A tool for translating Crowdin projects using a CSV file
// @author Yuzu (YuzuZensai) // @author Yuzu (YuzuZensai)
// @match https://crowdin.com/editor/* // @match https://crowdin.com/editor/*
@@ -94,7 +94,7 @@ const CONFIG = {
}, },
metadata: { metadata: {
version: "1.1.4", version: "1.2.0",
repository: "https://github.com/YuzuZensai/Crowdin-Localization-Tools", repository: "https://github.com/YuzuZensai/Crowdin-Localization-Tools",
authorGithub: "https://github.com/YuzuZensai", authorGithub: "https://github.com/YuzuZensai",
}, },