Skip to content

Commit 1f7d04c

Browse files
committed
Bump version
1 parent 6857a8d commit 1f7d04c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sourceCompatibility = 1.8
77
targetCompatibility = 1.8
88

99
group 'com.whoisxmlapi'
10-
version '1.1.0'
10+
version '1.1.1'
1111

1212
repositories {
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'

0 commit comments

Comments
 (0)