diff --git a/LunaTranslator/files/defaultconfig/config.json b/LunaTranslator/files/defaultconfig/config.json index 3b6e49d5..8d33f79e 100644 --- a/LunaTranslator/files/defaultconfig/config.json +++ b/LunaTranslator/files/defaultconfig/config.json @@ -309,7 +309,7 @@ "(.*?)\\{(.*?)\\}(.*?)", "(.*?)\\[(.*?)\\](.*?)" ], - "translator": 0, + "translator_2": 0, "as_fast_as_posible": true, "timeout_translate": 2, "trans_kanji": true, diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index b5f3d42a..f79a1f59 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -29,7 +29,7 @@ include(generate_product_version) set(VERSION_MAJOR 5) set(VERSION_MINOR 39) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) add_library(pch pch.cpp) target_precompile_headers(pch PUBLIC pch.h)