From 9274432c450f7f452196a56183a28f0839c6977d Mon Sep 17 00:00:00 2001 From: Isaak <43730681+I5UCC@users.noreply.github.com> Date: Tue, 11 Jul 2023 03:24:30 +0200 Subject: [PATCH] bump version to v1.5.4 --- build.bat | 2 +- src/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.bat b/build.bat index 29ae125..7cbf178 100644 --- a/build.bat +++ b/build.bat @@ -17,4 +17,4 @@ robocopy VRCTextboxSTT TextboxSTT /MOVE /E /NFL /NDL /NJH /NJS /nc /ns /np 7z x ../git_python.7z -oTextboxSTT set /p version=< ../src/VERSION cd build -7z a TextboxSTT_%version%.zip TextboxSTT \ No newline at end of file +7z a TextboxSTT.zip TextboxSTT \ No newline at end of file diff --git a/src/VERSION b/src/VERSION index 01558e3..b4e1736 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -v1.5.3 \ No newline at end of file +v1.5.4 \ No newline at end of file