Skip to content

Commit

Permalink
bump to vsn 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-usama committed Sep 13, 2023
1 parent f9bfa42 commit 15c7e17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion 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
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 15c7e17

Please sign in to comment.