diff --git a/.service/version.txt b/.service/version.txt index 2eda823..308b6fa 100644 --- a/.service/version.txt +++ b/.service/version.txt @@ -1 +1 @@ -1.6.1 \ No newline at end of file +1.6.2 \ No newline at end of file diff --git a/check_updates.bat b/check_updates.bat index c28196c..7e27c6c 100644 --- a/check_updates.bat +++ b/check_updates.bat @@ -2,7 +2,7 @@ setlocal EnableDelayedExpansion chcp 437 > nul -set "CURRENT_VERSION=1.6.1" +set "CURRENT_VERSION=1.6.2" set "GITHUB_URL=https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/refs/heads/main/.service/version.txt" set "RELEASE_URL=https://github.com/Flowseal/zapret-discord-youtube/releases" set "VERSION_FILE=version.txt"