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