diff --git a/data/version.json b/data/version.json index cbefb7d..301960e 100644 --- a/data/version.json +++ b/data/version.json @@ -1,3 +1,3 @@ { - "latest": "1.2.0" + "latest": "1.2.1" } diff --git a/script.user.js b/script.user.js index 474ae6f..d437e50 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.2.0 +// @version 1.2.1 // @description A tool for translating Crowdin projects using a CSV file // @author Yuzu (YuzuZensai) // @match https://crowdin.com/editor/* @@ -96,7 +96,7 @@ const CONFIG = { }, metadata: { - version: "1.2.0", + version: "1.2.1", repository: "https://github.com/YuzuZensai/Crowdin-Localization-Tools", authorGithub: "https://github.com/YuzuZensai", },