Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisxmlapi committed Nov 7, 2022
1 parent 6857a8d commit 1f7d04c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The java library for the [Whois XML API service](https://whois.whoisxmlapi.com/)
```
```groovy
dependencies {
implementation 'com.whoisxmlapi:whois-api-java:v1.1.0'
implementation 'com.whoisxmlapi:whois-api-java:v1.1.1'
}
```

Expand All @@ -36,7 +36,7 @@ The java library for the [Whois XML API service](https://whois.whoisxmlapi.com/)
<dependency>
<groupId>com.whoisxmlapi</groupId>
<artifactId>whois-api-java</artifactId>
<version>v1.1.0</version>
<version>v1.1.1</version>
</dependency>
```
### Jar files
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

group 'com.whoisxmlapi'
version '1.1.0'
version '1.1.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -38,7 +38,7 @@ publishing {
mavenJava(MavenPublication) {
artifactId = 'whois-api-client'
groupId = 'com.whoisxmlapi'
version = '1.1.0'
version = '1.1.1'
from components.java
pom {
name = 'WhoisXML API client'
Expand Down

0 comments on commit 1f7d04c

Please sign in to comment.