fix update script

This commit is contained in:
Janis
2022-10-29 15:47:22 +02:00
parent 1fbd632a30
commit 6936eaf689
2 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
{ {
"version": "v0.0.3" "version": "v0.0.4"
} }

View File

@@ -50,6 +50,4 @@ if ($newestVersionString -ne "") {
else { else {
Write-Output "No new version found!" Write-Output "No new version found!"
} }
pause