From 4cb8c01cdabff77233630ed4e630fc920d3e0cb0 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Tue, 12 Nov 2024 23:07:23 +0300 Subject: [PATCH] next ver next ver --- .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 ce6a70b..2eda823 100644 --- a/.service/version.txt +++ b/.service/version.txt @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/check_updates.bat b/check_updates.bat index 04228eb..2def1d6 100644 --- a/check_updates.bat +++ b/check_updates.bat @@ -2,7 +2,7 @@ setlocal EnableDelayedExpansion chcp 437 > nul -set "CURRENT_VERSION=1.6.0" +set "CURRENT_VERSION=1.6.1" 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"