Skip to content

Commit

Permalink
increment version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinfriedli committed May 6, 2022
1 parent 0b209ae commit 4c2d31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3</version>
<version>1.2.0</version>
<type>pom</type>
</dependency>

Expand All @@ -18,7 +18,7 @@
## Gradle
```gradle
dependencies {
implementation "com.github.robinfriedli:ThreadPool:1.1.3"
implementation "com.github.robinfriedli:ThreadPool:1.2.0"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
def artifact = "ThreadPool"

group "net.robinfriedli"
version "1.1.3"
version "1.2.0"
sourceCompatibility = "9"
targetCompatibility = "9"

Expand Down

0 comments on commit 4c2d31b

Please sign in to comment.