Skip to content

Commit

Permalink
bug 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Feb 7, 2024
1 parent 489488f commit 695094e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ghostchu.peerbanhelper</groupId>
<artifactId>peerbanhelper</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>

<name>PeerBanHelper</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ghostchu/peerbanhelper/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Main {
public static void main(String[] args) throws InterruptedException {
log.info("PeerBanHelper - v1.0 - by Ghost_chu");
Unirest.config()
.setDefaultHeader("User-Agent", "PeerBanHelper/1.0")
.setDefaultHeader("User-Agent", "PeerBanHelper/1.1")
.enableCookieManagement(true);
List<Downloader> downloaderList = new ArrayList<>();
log.info("加载配置文件……");
Expand Down

0 comments on commit 695094e

Please sign in to comment.