Skip to content

Commit

Permalink
Merge pull request #17 from ipinfo/usama/release-0.3.1
Browse files Browse the repository at this point in the history
Release patch 0.3.1
  • Loading branch information
abu-usama authored Sep 13, 2023
2 parents e740504 + 15c7e17 commit 173b4fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fields and additional request volumes see
<dependency>
<groupId>io.ipinfo</groupId>
<artifactId>ipinfo-spring</artifactId>
<version>0.2.0</version>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.ipinfo</groupId>
<artifactId>ipinfo-spring</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.ipinfo</groupId>
<artifactId>ipinfo-api</artifactId>
<version>2.2</version>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>io.ipinfo</groupId>
<artifactId>ipinfo-spring</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 173b4fa

Please sign in to comment.