Skip to content

Commit 4c2d31b

Browse files
committed
increment version to 1.2.0
1 parent 0b209ae commit 4c2d31b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<dependency>
66
<groupId>com.github.robinfriedli</groupId>
77
<artifactId>ThreadPool</artifactId>
8-
<version>1.1.3</version>
8+
<version>1.2.0</version>
99
<type>pom</type>
1010
</dependency>
1111

@@ -18,7 +18,7 @@
1818
## Gradle
1919
```gradle
2020
dependencies {
21-
implementation "com.github.robinfriedli:ThreadPool:1.1.3"
21+
implementation "com.github.robinfriedli:ThreadPool:1.2.0"
2222
}
2323
2424
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
def artifact = "ThreadPool"
77

88
group "net.robinfriedli"
9-
version "1.1.3"
9+
version "1.2.0"
1010
sourceCompatibility = "9"
1111
targetCompatibility = "9"
1212

0 commit comments

Comments
 (0)