From f5c81a494272fc2a0236c4e3661dd2d71a7a38a4 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 16 Feb 2025 03:54:50 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Version=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.user.js b/script.user.js index c44ac0b..08be456 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.0 +// @version 1.0.1 // @description A tool for translating Crowdin projects using a CSV file // @author Yuzu (YuzuZensai) // @match https://crowdin.com/editor/* @@ -24,7 +24,7 @@ const CONFIG = { // Update check updateCheckUrl: 'https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/data/version.json', - currentVersion: '1.0.0', + currentVersion: '1.0.1', // Remote CSV remoteCSVUrl: 'https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/data/data.csv',