Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UeliKurmann committed Mar 28, 2023
1 parent 7b31c56 commit 30f975b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dependency>
<groupId>ch.javacamp.bot-detector</groupId>
<artifactId>bot-detector</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.javacamp.bot-detector</groupId>
<artifactId>bot-detector</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<url>https://github.com/UeliKurmann/bot-detector</url>
<inceptionYear>2022</inceptionYear>
<organization>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public void t6() throws IOException{
}
});
}
Assertions.assertEquals(verified.get(), 3);
Assertions.assertEquals(deceived.get(), 3);
Assertions.assertEquals(verified.get(), 2);
Assertions.assertEquals(deceived.get(), 4);

}

Expand Down

0 comments on commit 30f975b

Please sign in to comment.