File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The java library for the [Whois XML API service](https://whois.whoisxmlapi.com/)
1818```
1919``` groovy
2020 dependencies {
21- implementation 'com.whoisxmlapi:whois-api-java:v1.1.0 '
21+ implementation 'com.whoisxmlapi:whois-api-java:v1.1.1 '
2222 }
2323```
2424
@@ -36,7 +36,7 @@ The java library for the [Whois XML API service](https://whois.whoisxmlapi.com/)
3636 <dependency >
3737 <groupId >com.whoisxmlapi</groupId >
3838 <artifactId >whois-api-java</artifactId >
39- <version >v1.1.0 </version >
39+ <version >v1.1.1 </version >
4040 </dependency >
4141```
4242### Jar files
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sourceCompatibility = 1.8
77targetCompatibility = 1.8
88
99group ' com.whoisxmlapi'
10- version ' 1.1.0 '
10+ version ' 1.1.1 '
1111
1212repositories {
1313 mavenCentral()
@@ -38,7 +38,7 @@ publishing {
3838 mavenJava(MavenPublication ) {
3939 artifactId = ' whois-api-client'
4040 groupId = ' com.whoisxmlapi'
41- version = ' 1.1.0 '
41+ version = ' 1.1.1 '
4242 from components. java
4343 pom {
4444 name = ' WhoisXML API client'
You can’t perform that action at this time.
0 commit comments