Skip to content

Commit

Permalink
update verion in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robinfriedli committed Dec 18, 2021
1 parent 7f4b60a commit cfbdd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dependency>
<groupId>com.github.robinfriedli</groupId>
<artifactId>ThreadPool</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<type>pom</type>
</dependency>

Expand All @@ -18,7 +18,7 @@
## Gradle
```gradle
dependencies {
implementation "com.github.robinfriedli:ThreadPool:1.1.1"
implementation "com.github.robinfriedli:ThreadPool:1.1.2"
}
repositories {
Expand Down

0 comments on commit cfbdd43

Please sign in to comment.