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
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.0.3"
"version": "v0.0.4"
}
+1 -3
View File
@@ -50,6 +50,4 @@ if ($newestVersionString -ne "") {
else {
Write-Output "No new version found!"
}
pause