From 7656ba101eb63c927b93817bfe28de36b0286aba Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sun, 12 Jan 2025 08:49:07 +0300 Subject: [PATCH] v1.6.2 --- .service/version.txt | 2 +- check_updates.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"