1 Commits

Author SHA1 Message Date
Janis
6936eaf689 fix update script 2022-10-29 15:47:22 +02:00
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