Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
katkeit committed Mar 11, 2021
1 parent 2d1d3da commit c5219da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/java/main/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ public static void main(String[] args)
catch (IOException e) {
e.printStackTrace();
}

Runtime.getRuntime().exit(0);
}
}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VERSION =
DOWNLOAD =

[UPDATER]
VERSION = 0.1
VERSION = 1.0.0
PAGE = https://github.com/katkeit/Updater/releases

0 comments on commit c5219da

Please sign in to comment.