From 0b14284d2a1159d8b9a55dafaa6d4eef1eff8ed4 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Fri, 21 Feb 2025 16:35:07 +0300 Subject: [PATCH] version bump --- .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 308b6fa..f5d2a58 100644 --- a/.service/version.txt +++ b/.service/version.txt @@ -1 +1 @@ -1.6.2 \ No newline at end of file +1.6.3 \ No newline at end of file diff --git a/check_updates.bat b/check_updates.bat index 7e27c6c..03fe620 100644 --- a/check_updates.bat +++ b/check_updates.bat @@ -2,7 +2,7 @@ setlocal EnableDelayedExpansion chcp 437 > nul -set "CURRENT_VERSION=1.6.2" +set "CURRENT_VERSION=1.6.3" 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"