Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
layou233 committed Feb 27, 2021
1 parent e796fcf commit 875cdb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'lau'
version '0.1'
version '0.2'
mainClassName = 'lau.ZBChecker.Main'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/lau/ZBChecker/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void main(String[] args) {
log.fatal(config.proxyFile.getName() + " is not found. Please recheck your proxy file name!");
System.exit(0);
}
System.out.println(ansi().render("@|green Successfully loaded " + Main.proxyList.size() + " proxies.|@"));
log.warn(ansi().render("@|green Successfully loaded " + Main.proxyList.size() + " proxies.|@"));
}

// Load combos
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2

0 comments on commit 875cdb3

Please sign in to comment.